Get one phone number
GET/v1/phone/{ccc}/{national}
Returns all information about one phone number.
Path Parameters
ccc stringrequired
Country code of the phone number
Example:
1
national stringrequired
National part of the phone number
Example:
6467629160
Responses
- 200
- 401
- 404
- 408
- 500
OK - Phone number found for partner and returned successfully.
Unauthorized - The API Key is invalid or missing.
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.
Internal Server Error - The server has experienced an unexpected condition and is unable to process the request.