Skip to main content
POST
/
campaigns
/
{campaignId}
/
phone-numbers
Link Phone Numbers to Campaign
curl --request POST \
  --url https://api.sternrockcapital.com/campaigns/{campaignId}/phone-numbers \
  --header 'Content-Type: application/json' \
  --data '{
  "phoneNumberIds": [
    "<string>"
  ]
}'
This response does not have an example.

Path Parameters

campaignId
string
required

UUID of the campaign

Body

application/json

List of phone number UUIDs to link to the campaign

phoneNumberIds
string<[]uuid>[]

Response

phone numbers linked successfully