Verified Caller ID
Create verified caller ID
Creates a new verified caller ID. A verification code will be sent to the phone number.
Permissions
The API token used to authenticate must have the following scope(s) enabled to make a successful request: Voice.
Learn more about API scopes.
post/api/relay/rest/verified_caller_ids
Request body
Example request
{
"number": "+15551234567",
"name": "C-3P0",
"extension": "1234"
}Response
The request has succeeded and a new resource has been created as a result.
Example response
{
"type": "verified_caller_id",
"number": "+15551234567",
"name": "C-3P0",
"extension": "1234",
"status": "Awaiting Verification"
}