cURL
curl --request GET \ --url https://api.wavix.com/v3/10dlc/subscriptions
[ { "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"
Was this page helpful?