Accept Shared Campaign
POST/campaign/acceptSharing/:campaignId
Manually accept a campaign shared with Telnyx
Request
Path Parameters
campaignId Campaignidrequired
Possible values: Value must match regular expression ^C[A-Z0-9]{5,8}$
TCR's ID for the campaign to import
Responses
200: Successful Response
- application/json
422: Validation Error
- application/json
Request samples
curl -L -X POST 'https://api.telnyx.com/10dlc/campaign/acceptSharing/:campaignId' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Response samples
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}