Skip to main content
GET
/
v1
/
inbox-types
List inbox types
curl --request GET \
  --url https://api.conduit.ai/v1/inbox-types \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "guest",
      "name": "Guest"
    },
    {
      "id": "j57demo8f8x7c9v0n2q4r6t8y1u3i5o",
      "name": "VIP"
    }
  ]
}

Authorizations

Authorization
string
header
required

Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.

Query Parameters

workspace_id
string
required

Workspace to query.

Example:

"j57demo8f8x7c9v0n2q4r6t8y1u3i5o"

Response

Every inbox type in the workspace

Every inbox type in the workspace, each with a stable id usable in a message trigger's inboxTypeId.

data
object[]
required