v51

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

Sync 10DLC brand status

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

post/v1/10dlc/brands/{brandId}/sync

Path parameters

brandIdstring required

10DLC brand ID.

Response

Brand status synced.

Example response

{
  "brand": {
    "displayName": "Acme Corp",
    "ein": "12-3456789",
    "phone": "+14155551234",
    "country": "US",
    "vertical": "Technology"
  }
}