---
title: "Number status changed"
method: POST
path: "NumberStatusChanged"
tags: ["10DLC"]
---

# Number status changed

`POST NumberStatusChanged` (webhook)

Sends a notification when a phone number status is updated.

## Payload

- NumberStatusUpdatedWebhook
  - `brand_id` string, required — 10DLC Brand ID.
  - `campaign_id` string, required — 10DLC Campaign ID.
  - `number` string, required — Phone number associated with a 10DLC Campaign.
  - `status` 'APPROVED' | 'PENDING' | 'REJECTED', required — Status of the phone number's assignment to the 10DLC Campaign. One of `APPROVED` (the number is registered to the campaign), `PENDING` (registration is in progress), or `REJECTED` (registration was declined).

## Acknowledgement `200`

Return a 200 status to indicate that the data was received.

---

[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)
