ApiNumbers
Get a phone number
Retrieve a specific phone number by ID.
Retrieve a specific phone number by ID.
Authorization
BearerAuth AuthorizationBearer <token>
API key authentication. Get your key from the dashboard.
In: header
Path Parameters
id*string
Phone number UUID
Format
uuidResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/numbers/497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"number": {
"number": "+31850835037",
"name": "HMS Sovereign Demo"
}
}{
"error": "Invalid API key",
"message": "string"
}{
"error": "Invalid API key",
"message": "string"
}