Skip to main content
GET
List Help Desk Departments

List Help Desk Departments

Returns the list of help desk departments configured by the operator. Used to populate a department selector when creating new support tickets.

Authentication

Requires a valid customer bearer token.

Query Parameters

_shape
string
Comma-separated list of field paths to include in the response. When provided, only the specified fields are returned — useful for reducing payload size. Supports nested paths using dot notation.

Response

Departments
Department[]
required
Array of available departments.
Departments[].Id
number
required
Unique identifier for the department. Use as DepartmentId when creating a message.
Departments[].Name
string
required
Display name of the department.
Departments[].Description
string
required
Description of the department’s scope.

Examples

Fetch departments

TypeScript Integration