Skip to content

Search is only available in production builds. Try building and previewing the site to test it out locally.

Authentication

All API requests require authentication using a Bearer token in the Authorization header.

  1. Log in to your Mando admin panel at https://www.mando.fi
  2. Navigate to HallintaYritys (Settings -> Company)
  3. Select the company level and press Muokkaa
  4. Select API tab
  5. Click + on table header to generate a new API key
  6. Copy and securely store your API key

Preferable ask the company’s administrator that has Mando credentials to generate the API key for you. Mando support needs customer’s permission to generate and distribute API keys.

The API keys are guaranteed to be valid until 2026-12-31. Check this page for updates.

Include the API key in the Authorization header of every request:

Terminal window
curl -X GET "https://www.mando.fi/api/secure/plu" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"
StatusDescription
401Missing or invalid API key
403API key lacks required permissions
429Rate limit exceeded

Example error response: