---
title: "Subscribe to 10DLC events"
method: POST
path: "/v3/10dlc/subscriptions"
tags: ["10DLC"]
---

# Subscribe to 10DLC events

`POST /v3/10dlc/subscriptions`

Registers a callback URL to receive Wavix 10DLC event notifications.

## Request body

- TenDLCEventSubscription — Represents a subscription that delivers 10DLC lifecycle events to a webhook URL.
  - `subscription_category` string, required — Category of 10DLC events to subscribe to. One of `brand` (brand status changes), `campaign` (campaign status changes), or `number` (number provisioning changes).
  - `url` string, required — Webhook URL that events in this category are delivered to.

## Response `201`

Returns the created 10DLC event subscription.

- object — Represents a subscription that delivers 10DLC lifecycle events to a webhook URL.
  - `subscription_category` string, required — Category of 10DLC events to subscribe to. One of `brand` (brand status changes), `campaign` (campaign status changes), or `number` (number provisioning changes).
  - `url` string, required — Webhook URL that events in this category are delivered to.

## Other responses

- `403` — Returns when the 10DLC feature is disabled for the account.

---

[API](https://skmtc.net/wavix/apis/wavix-apis.md) · [All operations](https://skmtc.net/wavix/apis/wavix-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wavix/wavix-apis/versions/b22f170488b6/schema)
