cURL
curl --request GET \ --url https://api.example.com/api/v1/assistants/{assistant_id}/available-phone-numbers \ --header 'Authorization: Bearer <token>'
[ {} ]
Get all unassigned phone numbers that can be assigned to an assistant.
Returns phone numbers in your organization that are not currently assigned to any assistant.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response