'How to get process endpoints from CampaignResponse in AWS Pinpoint API

Here from the below screen, after creating a campaign in AWS Pinpoint, we get the Endpoints Targeted and Endpoints Delivered. I am similarly creating the campaign though the Pinpoint API but I am not getting these values in response.

https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-campaigns.html#CreateCampaign

Screen After Campaign



Solution 1:[1]

I ended up using a separate API for this

https://docs.aws.amazon.com/pinpoint/latest/apireference/apps-application-id-campaigns-campaign-id-activities.html#GetCampaignActivities

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Akhilesh Sharma