Verified Caller ID
Get verified caller ID
Retrieves one external caller-ID verification record from your SignalWire project. Use it to check or display an existing verification; use Get phone number for a project-owned 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.
get/api/relay/rest/verified_caller_ids/{id}
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"
}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.