Error
A valid request URL is required to generate request examples{
"success": true,
"data": [
{
"id": "dsh_stock_overview",
"name": "Overview",
"ownerUserId": "",
"updatedAt": "2026-07-01T00:00:00.000Z",
"widgetCount": 6,
"isStock": true,
"surface": "observe"
},
{
"id": "dsh_9a12",
"name": "My billing board",
"ownerUserId": "user_2abc",
"updatedAt": "2026-07-11T14:00:00.000Z",
"widgetCount": 3,
"isStock": false,
"surface": "observe"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 2,
"totalPages": 1
}
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}Observe
List saved dashboards
The org’s saved dashboards (stock boards first, then by name), each as a lightweight header — id, name, ownerUserId, updatedAt, widgetCount, isStock — without the widget bodies. isStock marks a product-shipped board that is read-only via the API (see updateDashboard/deleteDashboard).
GET
/
dashboards
Error
A valid request URL is required to generate request examples{
"success": true,
"data": [
{
"id": "dsh_stock_overview",
"name": "Overview",
"ownerUserId": "",
"updatedAt": "2026-07-01T00:00:00.000Z",
"widgetCount": 6,
"isStock": true,
"surface": "observe"
},
{
"id": "dsh_9a12",
"name": "My billing board",
"ownerUserId": "user_2abc",
"updatedAt": "2026-07-11T14:00:00.000Z",
"widgetCount": 3,
"isStock": false,
"surface": "observe"
}
],
"pagination": {
"page": 1,
"limit": 20,
"total": 2,
"totalPages": 1
}
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}{
"type": "about:blank",
"title": "<string>",
"status": 123,
"detail": "<string>",
"instance": "<string>",
"code": "<string>",
"errors": [
{
"field": "<string>",
"message": "<string>"
}
]
}Authorizations
Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.