Shared Campaigns
Update Single Shared Campaign
Update campaign details by campaignId. Please note: Only webhook urls are editable.
patch/10dlc/partner_campaigns/{campaignId}
Path parameters
campaignIdstring required
Unique identifier of the campaign.
Request body
Example request
{
"webhookFailoverURL": "https://webhook.com/9010a453-4df8-4be6-a551-1070892888d6",
"webhookURL": "https://webhook.com/67ea78a8-9f32-4d04-b62d-f9502e8e5f93"
}Response
Successful Response
Example response
{
"assignedPhoneNumbersCount": 3,
"brandDisplayName": "ABC Mobile",
"campaignStatus": "TCR_ACCEPTED",
"createdAt": "2021-03-08T17:57:48.801186",
"tcrBrandId": "BBRAND1",
"tcrCampaignId": "CCAMP1",
"updatedAt": "2021-03-08T17:57:48.801186",
"webhookFailoverURL": "https://example.com/failover-webhook",
"webhookURL": "https://example.com/webhook"
}