List all phone numbers in your organization.
Returns phone numbers with their assignment status and assistant information. By default, only active phone numbers are returned.
This endpoint retrieves a list of all phone numbers belonging to your organization. It includes information about each number’s assignment status.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
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.include_inactive (boolean, optional, default: false): Set to true to include inactive or deactivated numbers.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
Include inactive/deactivated phone numbers
Successful Response
Minimal assistant info for phone number list.
ConversationFlow information for phone number responses.