Create an SMS number
POST
/org/{tenant}/v2/sms/numbers
Platform support: MT and CC
Creates a new SMS number for the tenant.
The number field must be in E.164 format (+ followed by at least 10 digits, e.g. +12345678901).
Numbers prefixed with 00 are automatically normalized to E.164 (e.g. 0012345678901 → +12345678901).
The extensions array contains PBXware extension numbers to associate with this SMS number.
If omitted or null, an empty list is used.
Request
Responses
- 201
- 400
- 409
- 500
Created
Invalid request
Conflict — resource already exists or a business rule prevents the operation
Internal server error