cURL
curl --request GET \ --url https://api.helloannie.com/v1/phone-numbers/verified-caller-ids
{ "success": true, "data": { "verifiedCallerIds": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "orgId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "phoneNumber": "<string>", "friendlyName": "<string>", "status": "PENDING", "verificationStartedAt": "2023-11-07T05:31:56Z", "verifiedAt": "2023-11-07T05:31:56Z" } ] } }
Returns verified caller IDs accessible to the authenticated principal. Use the orgId query parameter to filter results to a specific organization.
orgId
Filter verified caller IDs by a specific organization
Response returned when listing verified caller IDs
true
Show child attributes