cURL
curl --request GET \ --url https://api.vogent.ai/api/phone_numbers
{ "data": [ { "id": "<string>", "number": "+18001234567", "type": "PSTN", "agentId": "<string>" } ], "cursor": "<string>" }
List phone numbers in your workspace.
The maximum number of phone numbers to list.
The pagination cursor returned by the previous request. Feed the result provided by vogent verbatim.
Successful operation
The response is of type object.
object