cURL
curl --request POST \ --url https://api.sternrockcapital.com/campaigns/{campaignId}/phone-numbers \ --header 'Content-Type: application/json' \ --data ' { "phoneNumberIds": [ "<string>" ] } '
{ "message": "<string>" }
Associates provided phone numbers with the given campaign.
UUID of the campaign
List of phone number UUIDs to link to the campaign
phone numbers linked successfully