cURL
curl --request GET \ --url https://api.helloannie.com/v1/phone-numbers/verified-caller-ids/{id}
{ "success": true, "data": { "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" } }
Fetch a single verified caller ID by ID.
The ID of the verified caller ID to retrieve
Response returned when retrieving a single verified caller ID
true
A verified caller ID phone number for outbound calls
Show child attributes