Create phone number
POST/api/v1/domains/:domain_uuid/phone-numbers
Creates a phone number in the specified domain.
Access rules:
- Caller must have access to the target domain (domain scope).
- Caller must have the
destination_addpermission.
Example:
POST /api/v1/domains/{domain_uuid}/phone-numbers
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 422
Created
Invalid domain UUID
Unauthenticated
Forbidden
Domain not found
Validation error