curl --request GET \
--url https://api.example.com/api/public/campaign/contacts/{campaignId} \
--header 'x-api-key: <x-api-key>'Get the contacts that were sent in a campaign
curl --request GET \
--url https://api.example.com/api/public/campaign/contacts/{campaignId} \
--header 'x-api-key: <x-api-key>'Was this page helpful?