get https://crazytel.io/api/v1/account/verified-cli/
Retrieve a list of verified Caller IDs that can be used with SIP trunks or extensions.
This endpoint returns all Caller IDs that have been verified and approved for use
with your account. These numbers can be used as outbound Caller IDs on compatible
SIP trunks and extensions.
Response Fields
id
- Unique identifier for the Caller ID verification recorddomain
- SIP domain associated with the Caller IDnumber
- The verified phone number (in E.164 format)nickname
- A friendly name for identifying the Caller ID
Returns
A list of verified Caller ID objects containing the above fields
Notes
- All numbers are returned in E.164 format (e.g., 61299887766)
- Only verified and active Caller IDs are included in the response
- The nickname can be used to easily identify the purpose or owner of each number
Raises
401
- If authentication fails500
- If there is an error communicating with the Crazytel API