> 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

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="https://215914322-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Faco1q6255znHs7n0YfzC%2Fuploads%2FkVdc31ydpD3wAKsISMGq%2Fimage.png?alt=media&amp;token=020afb56-2061-4093-8c7c-46297305e98f" alt=""><figcaption></figcaption></figure>
