AI Phone Agents
List phone numbers
GET
/
phone
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
cursor
string
Pagination cursor to fetch the next set of results
Response
200 - application/json
Paginated response.
items
object[]
requirednext
string | null
requiredThe cursor
for the request to get the next set of items. Null if there is no more data.
Was this page helpful?