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

Changes

Changed in 4 of the 50 revisions of this API.7

    • added to the response body allOf list for the response status

      response-body-all-of-added

    • removed from the response body allOf list for the response status

      response-body-all-of-removed

    This revision also has 42 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • api operation id SubscribetoWavix10DLCevents removed and replaced with ten_dlc_subscriptions_create

      api-operation-id-removed

    • added to the response body allOf list for the response status

      response-body-all-of-added

    • removed from the response body allOf list for the response status

      response-body-all-of-removed

    This revision also has 163 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • endpoint added

      endpoint-added