Verified Caller ID
Validate verification code
Validates the verification code 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.
put/api/relay/rest/verified_caller_ids/{id}/verification
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of the verified caller ID.
Request body
Example request
{
"verification_code": "123456"
}Response
The request has succeeded.
Example response
{
"type": "verified_caller_id",
"number": "+15551234567",
"name": "C-3P0",
"extension": "1234",
"status": "Awaiting Verification"
}