Skip to main content
Version: v8.2

Batch update SMS numbers

PUT

/org/{tenant}/v2/sms/numbers/batch

Platform support: MT and CC

Updates multiple SMS numbers in a single request.

Each item in requests maps to a single PUT /v2/sms/numbers/{id} call. The resource_id field is required for each item and identifies the record to update.

All items are processed independently — a failure on one item does not stop the rest.

The top-level response is always 200 OK. Each individual result is returned inside the responses array with its own status code (200 on success, 4xx/5xx on failure).

Request

Responses

OK — batch processed (check individual item statuses)