v50

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

Subscribe to 10DLC events

Registers a callback URL to receive Wavix 10DLC event notifications.

post/v3/10dlc/subscriptions

Request body

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 request

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

Response

Returns the created 10DLC event subscription.

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"
}