cURL
curl --request GET \ --url https://api.wavix.com/v3/10dlc/subscriptions \ --header 'Authorization: Bearer <token>'
[ { "subscription_category": "brand", "url": "https://webhook.url" } ]
Use this method to list all 10DLC event subscriptions on your account.
Bearer token using appid (Authorization: Bearer )
Request successful.
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?
Contact support