> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mayerex.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Reference documentation for the Mayer Partner API

<Note>
  Data available via the API is delayed by up to two hours.
</Note>

## Welcome

Welcome to the API reference! This section of the documentation contains an API playground and documentation on all the endpoints available to you to use.

<Card title="Mayer Partner API" icon="terminal" href="https://api.mayerex.com/openapi/public.json">
  View the OpenAPI specification file
</Card>

## Authentication

All API endpoints are authenticated using Bearer tokens.

```bash theme={null}
curl --request GET \
  --url https://api.mayerex.com/api/deals \
  --header 'Authorization: Bearer <api-key>'
```
