Skip to main content
GET/transactional-api/list-custom-dashboards

List Custom Dashboards

Returns all custom dashboards with their current status and active version reference.

Authorization: Bearer token (JWT). See Authentication.

Responses

200 Custom dashboards.
[
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"identifier": "string",
"status": "draft",
"currentVersionId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
]