10DLC
Subscribe to 10DLC events
Registers a callback URL to receive Wavix 10DLC event notifications.
post/v3/10dlc/subscriptions
Request body
Example request
{
"subscription_category": "brand",
"url": "https://webhook.url"
}Response
Returns the created 10DLC event subscription.
Example response
{
"subscription_category": "brand",
"url": "https://webhook.url"
}