Fastorama
Maintenance plans

List maintenance plans

Returns maintenance plans visible to the authenticated API key (owner or member). Requires **API access** on the user account.

GET
/maintenance-plans

Returns maintenance plans visible to the authenticated API key (owner or member). Requires API access on the user account.

Authorization

ApiKeyAuth
AuthorizationBearer <token>

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"
}
Empty
Empty