v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
10DLC

Sync 10DLC campaign status

Sync the campaign status with the registration provider. Use this to check for approval updates after submission.

post/v1/10dlc/campaigns/{campaignId}/sync

Path parameters

campaignIdstring required

10DLC campaign ID.

Response

Campaign status synced.

Example response

{
  "campaign": {
    "name": "Order Notifications",
    "useCase": "ACCOUNT_NOTIFICATION"
  }
}