Verified Caller ID
Redial verification call
Redials the verification call for a verified caller ID.
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/{id}/verification
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of the verified caller ID.
Response
The request has succeeded.
Example response
{
"type": "verified_caller_id",
"number": "+15551234567",
"name": "C-3P0",
"extension": "1234",
"status": "Awaiting Verification"
}