Skip to main content
GET
/
api
/
v1
/
assistants
/
{assistant_id}
/
available-phone-numbers
Get Available Phone Numbers For Assistant
curl --request GET \
  --url https://api.example.com/api/v1/assistants/{assistant_id}/available-phone-numbers \
  --header 'Authorization: Bearer <token>'
[
  {}
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

assistant_id
integer
required

Response

Successful Response