Skip to main content
GET
Discover workspace capabilities

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

include
enum<string>[]

Comma-separated list of capability categories to include. Omit to get the default set.

Available options:
inboxes,
templates,
customFields,
botFields,
tags,
aiAgents,
sequences,
flows,
flowSpec

Response

OK

Workspace capabilities available to an agent.

inboxes
object[]

Inboxes available in the workspace.

templates
object[]

WhatsApp message templates available in the workspace.

customFields
object[]

Custom fields available in the workspace.

botFields
object[]

Bot fields available as reference data only.

tags
object[]

Tags available in the workspace.

aiAgents
object[]

AI agents available in the workspace.

sequences
object[]

Sequences available in the workspace.

flows
object[]

Flows available in the workspace.

flowSpec
object

Reference data for authoring a flow spec.