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

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

Response

Request successful.

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"

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