cURL
curl --request POST \ --url https://api.wavix.com/v3/10dlc/subscriptions \ --header 'Content-Type: application/json' \ --data '{ "subscription_category": "brand", "url": "https://webhook.url" }'
{ "subscription_category": "brand", "url": "https://webhook.url" }
Use this method to subscribe to Wavix 10DLC events.
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?