List maintenance plans
Returns maintenance plans visible to the authenticated API key (owner or member). Requires **API access** on the user account.
Returns maintenance plans visible to the authenticated API key (owner or member). Requires API access on the user account.
Authorization
ApiKeyAuth User API key prefix fast_ (see Integrations → API Keys).
In: header
Response Body
application/json
curl -X GET "https://api.fastorama.se/api/v1/maintenance-plans"{
"success": true,
"message": "string",
"messageKey": "string",
"data": {
"plans": [
{
"planNumber": 42,
"title": "Brf Example — 2026"
}
]
},
"traceId": "string"
}Client webhooks
Verifying Fastorama-Signature on outbound webhook deliveries
List open plan suggestions GET
Returns open intelligent suggestions for a plan (missing-code, deviation, project grouping). Runs the same sync as the åtgärdsplanering UI before listing. **Open suggestions only** — dismissed/resolved rows are omitted. `recommended_action_json` is an integrator contract (prefill code ids, filter hints, grouping item ids).