{
  "alias": "US Mainland",
  "api_id": "870e2ded-58b0-41bc-8c1c-ba00c6a90741",
  "channel": "",
  "country": "US",
  "created_at": "2024-02-09T03:52:22.880097813Z",
  "phone_number": "+12025551XXX",
  "verification_uuid": "f87836bd-f3c0-41bb-9498-125e6faaa4d4"
}

The verified caller ID object is used to authenticate numbers with Plivo before using them to make API and Dial XML calls. It enables you to verify and manage caller IDs with Plivo.

API Endpoint

POST
https://api.plivo.com/v1/Account/{auth_id}/VerifiedCallerId

Atrributes

AttributesDescription
username (required, string)Username for the endpoint. Only alphanumeric characters are accepted, and the username must start with an alphabetic character.
password (required, string)Password for the endpoint username. It should be at least five characters long.
alias (required, string)Alias for the endpoint.
Allowed Values:
  • Alphabets (uppercase and lowercase)
  • Numbers (0–9)
  • Hyphen - and underscore _ only
app_id (string)ID of the application attached to the endpoint.
{
  "alias": "US Mainland",
  "api_id": "870e2ded-58b0-41bc-8c1c-ba00c6a90741",
  "channel": "",
  "country": "US",
  "created_at": "2024-02-09T03:52:22.880097813Z",
  "phone_number": "+12025551XXX",
  "verification_uuid": "f87836bd-f3c0-41bb-9498-125e6faaa4d4"
}