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

# Getting started

## Your API keys

Your API key authenticates requests to the Qomon Public API. Treat it like a password and keep it private.

### Find your API keys

<Steps>
  <Step title="Head over to your Qomon account (web app) " />

  <Step title="Open your Qomon account in the web app" />

  <Step title="Go to &#x22;Settings&#x22; and then &#x22;Integrations/API&#x22; tab" />

  <Step title="Go to Settings > Integrations/API" />
</Steps>

You can also open the [API keys page](https://qomon.app/settings/extensions/connect) directly.

<Frame>
  <img src="https://mintcdn.com/qomon-86428773/RM50dDv1O_-RRVyl/images/API.png?fit=max&auto=format&n=RM50dDv1O_-RRVyl&q=85&s=eeffc3d5d84d31e70f8b34611627acbc" alt="Getting Started Qomon Get Api Keys" width="2071" height="1329" data-path="images/API.png" />
</Frame>

## Choose your API domain

Use `https://incoming.qomon.app` for API requests by default.

Only use `https://incoming-us.qomon.app` when your space's API settings explicitly mention the `incoming-us` subdomain.

When following examples in these docs, replace only the host if your space uses the US domain. Keep the same endpoint path.

## Authentication

Send your API key in the `Authorization` header on every request. You can regenerate or delete keys when you need to rotate access. ‍For security measures, keys can be regenerated or deleted as needed.

### Request headers

Use the bearer token format:

`Authorization: Bearer 7ZOrUe4ZTmy-Rzjn-CjJ1Q`

## Rate limits

Read the [rate limits](/pages/v1/rate-limits) page before you build imports, synchronization jobs, or other write-heavy integrations.
