Last updated
Get started
Welcome to the Mida developers' documentation portal. This is a complete guide to integrating with the Mida platform.
All Mida platform APIs require authentication using an API key. Your API key must be included in the Authorization header of every request as a Bearer token.
Authorization: Bearer YOUR_API_KEYRequests that do not include a valid API key will be rejected with an authentication error (401 Unauthorized).
To start, you need to get your organisation API key here
Your API key is generated and managed through the Mida Collect platform.
To retrieve your API key:
Log in to MidaCollect.
Navigate to Administration → Organisations.
Select your organisation.
Click the API tab.
Your API credentials will be displayed here and can be used to authenticate requests to Mida APIs

Last updated