Skip to main content
GET
List event subscriptions

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Response

Returns the list of 10DLC event subscriptions.

subscription_category
string
required

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

Example:

"brand"

url
string
required

Webhook URL that events in this category are delivered to.

Example:

"https://webhook.url"

Example: