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.
Bad Request - A required parameter is missing or has an invalid value.
Unauthorized - The API Key is invalid or missing.
Forbidden - Partner is not allowed to access resource.
Not Found - A requested resource was not found.
Request timeout - A complete request was not received by the server within its allotted timeout period. It's safe to retry.
Conflict - Resource already exists.
Unsupported Media Type - Accepted content-type is 'application/json'.
Internal Server Error - The server has experienced an unexpected condition and is unable to process the request.