---
title: "List event subscriptions"
method: GET
path: "/v3/10dlc/subscriptions"
tags: ["10DLC"]
---

# List event subscriptions

`GET /v3/10dlc/subscriptions`

Returns the 10DLC event subscriptions for the authenticated account.

## Response `200`

Returns the list of 10DLC event subscriptions.

- TenDLCEventSubscription[]
  - `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)
