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

# Overview

> REST catalog for partners integrating Lomadee without affiliate context

The **Partner API** exposes brands and campaigns (offers and coupons) as a catalog. Authenticate with an `x-api-key` of type **partner**. It does not generate short URLs, affiliate commission, or personal coupon codes.

If you manage affiliates, orders, or commissions during onboarding, use the [SDK](/docs/sdk/overview) (`x-auth-key`). If you are an affiliate on the network, use the [Affiliate API](/api-reference/introduction).

## Base URL

| Environment | URL                               |
| ----------- | --------------------------------- |
| Production  | `https://api.lomadee.com.br`      |
| Beta        | `https://api-beta.lomadee.com.br` |

## Resources

| Resource      | Path                             | Scope                |
| ------------- | -------------------------------- | -------------------- |
| Organizations | `GET /api/partner/organizations` | `organizations:read` |
| Brands        | `GET /api/partner/brands`        | `brands:read`        |
| Campaigns     | `GET /api/partner/campaigns`     | `campaigns:read`     |

Lomadee provisions the key. Store the full value — it is shown **once**.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/docs/partner-api/quickstart">
    First brand listing with the key you received
  </Card>

  <Card title="Partner vs Affiliate" icon="diagram-project" href="/docs/partner-api/concepts/partner-vs-affiliate">
    What changes in the payload and authentication
  </Card>
</CardGroup>
