List all phone numbers in your organization.
Returns phone numbers with their assignment status and assistant information.
include_assigned
(boolean, optional, default: true): Set to false
to exclude numbers that are currently assigned to an assistant.include_unassigned
(boolean, optional, default: true): Set to false
to exclude numbers that are not currently assigned to any assistant.assistant
field will contain details about the assistant it’s linked to.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Include phone numbers assigned to assistants
Include unassigned phone numbers
Successful Response
The response is of type OrganizationPhoneNumberResponse · object[]
.