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

# Introduction

> Getting started with the Compago Sales Partner API.

The Sales Partner API allows sales partners to programmatically access payment data and manage API keys for their organizations.

## What you can do

* **List payments** across all your organizations with filtering and pagination
* **Manage API keys** for programmatic access to the API

## Base URLs

| Environment | Base URL                                           |
| ----------- | -------------------------------------------------- |
| Demo        | `https://demo.api.honor.compago.com/api/developer` |
| Production  | `https://api.honor.compago.com/api/developer`      |

## Next steps

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/sales-partner/authentication">
    Learn how to authenticate requests using API keys.
  </Card>

  <Card title="Payments" icon="credit-card" href="/sales-partner/payment/list">
    Query and filter your payment data.
  </Card>
</CardGroup>
