Comment on page
Provision 10DLC Number
After registering your brands, campaigns and numbers with TCR to complete the process you need to register your campaign-numbers with TSG and TSG upstream providers.
Prior to submitting your campaigns and numbers to this API please make sure that you have shared your campaigns with TSG in the TCR.
This method allows you to submit your 10dlc campaigns and numbers for TSG to provision those with the upstream vendors (including carriers).
Authentication is done by passing your TSG Global API key via the Authorization header in the format "Authorization: Bearer <api_key>"
post
ten-dlc-provisioning-api.tsgglobal.world
/add-numbers-to-campaign
Adds numbers to campaign
[
{
"campaign_id" : "CFEDCBZ",
"numbers" : [
"1234567890"
]
},
{
"campaign_id" : "CABCDEF",
"numbers" : [
"12223334444"
]
}
]
post
ten-dlc-provisioning-api.tsgglobal.world
/long-codes
Last modified 4mo ago