Skip to main content

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

422: Validation Error

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"
}
]
}