cURL
curl --request GET \ --url 'https://api.wavix.com/v1/10dlc/subscriptions?appid='
[ { "subscription_category": "brand", "url": "https://webhook.url" } ]
Use this method to list all 10DLC event subscriptions on your account.
An API key to authorize your request
The Wavix 10DLC event type. Can be one of the following: brand, campaign, or number.
brand
campaign
number
"brand"
A webhook URL to send events to
"https://webhook.url"
[ { "subscription_category": "brand", "url": "https://webhook.url" }]
Was this page helpful?