openapi: 3.0.1 info: title: Registration description: |- Service for creating and listing US 10DLC brand and campaign registrations and TFN Verifications. The US brand and campaign registration API is an asynchronous process. Most brands and campaign registrations will be completed in a few minutes, but in some scenarios, the process can take several days. The initial release will not include a webhook service, therefore you will need to poll the result of the brand and campaign registrations. We suggest doing this every hour until the registration status is "Approved" or "Rejected".
10DLC Registration steps | ||||
---|---|---|---|---|
Client submits brand registration | → | brandRegistrations | → | Sinch |
Client gets back brandRegistrationId | ← | {brandRegistrationId} | ← | Sinch |
Client polls using brandRegistrationId | → | brandRegistrations/{brandRegistrationId} | → | Sinch |
Client gets back TCR Brand ID | ← | {brandId} | ← | Sinch |
Client checks use-case | → | campaignRegistration:qualify | → | Sinch |
Client submits campaign registration | → | campaignRegistration:submit | → | Sinch |
Client gets back campaignRegistrationId | ← | {campaignRegistrationId} | ← | Sinch |
Client polls using campaignRegistrationId | → | campaignRegistrations/{campaignRegistrationId} | → | Sinch |
Client gets back TCR campaign ID | ← | campaignId | ← | Sinch |