Batch create SMS numbers
POST
/org/{tenant}/v2/sms/numbers/batch
Platform support: MT and CC
Creates multiple SMS numbers in a single request.
Each item in requests maps to a single POST /v2/sms/numbers call.
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 (201 on success, 4xx/5xx on failure).
Request
Responses
- 200
- 400
OK — batch processed (check individual item statuses)
Invalid request