Verified Caller ID
Update verified caller ID
Changes the configurable label of an external verified caller-ID record by ID. Use it to maintain the record after verification; updating a project-owned phone number uses Update phone number instead.
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}
Path parameters
idstring uuid required
Universal Unique Identifier.
Unique ID of the verified caller ID.
Request body
Example request
{
"name": "C-3P0"
}Response
The request has succeeded.
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.