inbox_id whenever you send a message, so fetching your inboxes is often the first step in an integration.
Get inboxes
GET /v1/inboxes
Returns an array of all inboxes your API key has access to. No request body is required.
Inbox object
Unique identifier for the inbox. Pass this as
inbox_id when sending messages.Display name of the inbox.
ID of the team this inbox belongs to.
Array of user IDs assigned to this inbox.
All phone numbers associated with this inbox.
The primary phone number for this inbox.
Whether new conversations are automatically assigned to inbox members.
Phone number to which calls are forwarded, if configured.
Embeddable widget code for this inbox.
Configuration settings for the web widget.
Domains allowed to embed the web widget.
Whether the current user has been invited to this inbox.
Get your team
GET /v1/team
Returns your team object, including all members with their IDs and roles.
Team object
Unique team identifier.
Team display name.
Maximum number of contacts allowed per list.
Array of team member objects.
The
inbox_id from Get Inboxes is required for sending messages. Use member id values from Get Inboxes or Get Team as creator_id to attribute messages to specific agents.