Authentication
All API requests require authentication using a Bearer token in the Authorization header.
Obtaining API Credentials
Section titled “Obtaining API Credentials”- Log in to your Mando admin panel at
https://www.mando.fi - Navigate to Hallinta → Yritys (Settings -> Company)
- Select the company level and press Muokkaa
- Select API tab
- Click + on table header to generate a new API key
- 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.
Using Your API Key
Section titled “Using Your API Key”Include the API key in the Authorization header of every request:
curl -X GET "https://www.mando.fi/api/secure/plu" \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json"Error Responses
Section titled “Error Responses”| Status | Description |
|---|---|
| 401 | Missing or invalid API key |
| 403 | API key lacks required permissions |
| 429 | Rate limit exceeded |
Example error response: