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
- 200
- 400
OK — batch processed (check individual item statuses)
Invalid request