Skip to main content
GET
/
10dlc
/
subscriptions
List Wavix 10DLC event subscriptions
curl --request GET \
  --url https://api.wavix.com/v3/10dlc/subscriptions
[
  {
    "subscription_category": "brand",
    "url": "https://webhook.url"
  }
]

Authorizations

appid
string
query
required

An API key to authorize your request

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