Register a new phone number
POST/v1/phone
Registers a new phone number and returns all information about it.
Body
required
Responses
- 201
- 400
- 401
- 403
- 404
- 408
- 409
- 415
- 500
Created - A new phone number has been created and returned successfully.
Response Body
Bad Request - A required parameter is missing or has an invalid value.
Response Body
Unauthorized - The API Key is invalid or missing.
Response Body
Forbidden - Partner is not allowed to access resource.
Response Body
Not Found - A requested resource was not found.
Response Body
Request timeout - A complete request was not received by the server within its allotted timeout period. It's safe to retry.
Response Body
Conflict - Resource already exists.
Response Body
Unsupported Media Type - Accepted content-type is 'application/json'.
Response Body
Internal Server Error - The server has experienced an unexpected condition and is unable to process the request.
Response Body