Skip to main content
GET
/
api
/
public
/
campaign
/
contacts
/
{campaignId}
Get contacts send in a campaign
curl --request GET \
  --url https://api.example.com/api/public/campaign/contacts/{campaignId} \
  --header 'x-api-key: <x-api-key>'

Headers

x-api-key
string
required

API key needed to authorize the request

Path Parameters

campaignId
number
required

The ID of the campaign

Response

200

Contacts retrieved successfully