---
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.

## Changes

- **2026-05-25** `33be77905120` — 1 info
  - the endpoint scheme security `bearerAuth` was added to the API
- **2026-04-20** `2e48fd9894e1` — 1 info
  - api operation id `ListWavix10DLCeventsubscriptions` removed and replaced with `ten_dlc_subscriptions_list`
- **2026-02-12** `fabaadf195a9` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wavix/apis/wavix-apis/changes/v3/10dlc/subscriptions/get.md)

---

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