> For the complete documentation index, see [llms.txt](https://midatechnologies.gitbook.io/mida-developer-portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://midatechnologies.gitbook.io/mida-developer-portal/get-started.md).

# Get Started

Welcome to the Mida developers' documentation portal. This is a complete guide to integrating with the Mida platform.&#x20;

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_KEY
```

Requests that do not include a valid API key will be rejected with an authentication error (`401 Unauthorized`).

### Get your organisation API key

To start, you need to get your organisation API key [here](https://collect.getmida.com/)

Your API key is generated and managed through the **Mida Collect** platform.

To retrieve your API key:

1. Log in to **MidaCollect**.
2. Navigate to **Administration** → **Organisations**.
3. Select your organisation.
4. Click the **API** tab.

Your API credentials will be displayed here and can be used to authenticate requests to Mida APIs

<figure><img src="/files/zm18tHY16FybvqYvq6ES" alt=""><figcaption></figcaption></figure>
