REST API · OPENAPI · INCLUDED IN EVERY PLAN

Your fleet and report data in your own systems.

Every Attire subscription includes an open REST API and API documentation — at no extra cost, with no enterprise gate. Read your fleet and reports into your TMS, BI tool or your own intranet. Your data is yours, machine-readable too.

Included in Pro, Business and Enterprise plans · Reading shared reports is always free of charge
How it works

Up and running in three steps

🔑

1. Create an API key

Create your API key self-service in Attire's Interfaces view. No support tickets, no waiting — the key works immediately and you can rotate it at any time.

📖

2. Explore the documentation

Once signed in, you have interactive API documentation (Swagger UI) and a downloadable OpenAPI 3 schema you can use to generate a client library for your language.

🔌

3. Call the API

Plain HTTPS + JSON calls — works with any programming language and also with low-code tools (Power Automate, Zapier, n8n).

Example: read your vehicles' completed service reports
curl "https://www.attire.fi/api/attire/reports/get/?since=2026-07-01" \
  -H "Authorization: Bearer oma-api-avaimesi"

{
  "reports": [
    {
      "id": 84213,
      "report_type": "NORMAL",
      "modules": ["TIRE_V3", "CHECK"],
      "date": "2026-07-18",
      "completed_datetime": "2026-07-18T14:32:07",
      "register_number": "ABC-123",
      "asset": {"id": 5117, "name": "ABC-123", "uuid": "…"},
      "license_owner": "Esimerkkikorjaamo Oy",
      "date_created": "2026-07-18T09:04:55",
      "date_updated": "2026-07-18T14:32:07"
    }
  ],
  "total": 1,
  "limit": 100,
  "offset": 0
}
Use cases

What our customers use the API for

🚛

TMS and fleet management sync

Keep your vehicle list up to date in your transport management system and attach the workshop's service reports to the vehicle's records automatically — no manual copying.

📊

BI and reporting

Export service and inspection data to Power BI or another reporting tool. Incremental sync by timestamp — fetch only what changed.

🗄️

Your own archive and assurance

Your data is not locked in: you can read it out at any time. The API also works as data-exit insurance — the information is your property, not a hostage.

Documentation

OpenAPI 3 documentation for signed-in users

The interactive Swagger documentation and downloadable OpenAPI 3 schema are available as soon as you sign in — during the free trial too. From the schema you can generate a ready-made client library for example for C#, Java, Python or TypeScript.

Authentication uses an API key (Authorization: Bearer) that you manage yourself in the Interfaces view. Calls are protected with HTTPS and usage is rate-limited to prevent abuse.

Need more than the self-service API?

Custom integrations (e.g. Automaster, Netvisor, SSO) and write APIs are built for Enterprise customers as integration work. Tell us what you need and we'll work out the implementation together.