Skip to main content
POST
/
10dlc
/
subscriptions
Subscribe to Wavix 10DLC events
curl --request POST \
  --url https://api.wavix.com/v3/10dlc/subscriptions \
  --header 'Content-Type: application/json' \
  --data '{
  "subscription_category": "brand",
  "url": "https://webhook.url"
}'
{
  "subscription_category": "brand",
  "url": "https://webhook.url"
}

Authorizations

appid
string
query
required

An API key to authorize your request

Body

application/json
subscription_category
string
required

The Wavix 10DLC event type. Can be one of the following: brand, campaign, or number.

Example:

"brand"

url
string
required

A webhook URL to send events to

Example:

"https://webhook.url"

Response

subscription_category
string
required

The Wavix 10DLC event type. Can be one of the following: brand, campaign, or number.

Example:

"brand"

url
string
required

A webhook URL to send events to

Example:

"https://webhook.url"

I