cURL
curl --request POST \ --url 'https://api.example.com/api/v1/campaign_contact/{campaign_id}/contacts?api_key='
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Update or add ALL campaign contacts for the given campaign ID.
Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.
in-
Successful Response
Was this page helpful?