v50

latestOpenAPI 3.1.0MITraw.githubusercontent.com2026-06-16122182589.7 KB
10DLC

List event subscriptions

Returns the 10DLC event subscriptions for the authenticated account.

get/v3/10dlc/subscriptions

Response

Returns the list of 10DLC event subscriptions.

subscription_categorystring required

Category of 10DLC events to subscribe to. One of brand (brand status changes), campaign (campaign status changes), or number (number provisioning changes).

urlstring required

Webhook URL that events in this category are delivered to.

Example response

[
  {
    "subscription_category": "brand",
    "url": "https://webhook.url"
  }
]