Verified Caller ID
Create verified caller ID
Starts verification of an external phone number for use as an outbound caller ID and sends a verification code to that number. Use it when presenting a number the project does not own; use a purchased or imported project number directly instead. Complete the flow with Validate verification code.
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"
}Changes
No changes found, but 3 of the 138 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.