> ## 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.

# API Reference

> Full documentation of all available Sales Partner API endpoints for querying payment data across your organizations.

## Welcome

Welcome to the Sales Partner API Reference. This section provides interactive documentation for all available endpoints.

The Sales Partner API allows you to programmatically access payment data across all organizations managed by your sales partner account. Use it to build custom dashboards, generate reports, or integrate payment data into your internal tools.

Each endpoint includes:

* Request and response formats
* Authentication and headers
* Interactive "Try It" playground
* Usage examples

## Base URLs

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

## Authentication

All requests must include your API key in the `x-api-key` header. See the [Authentication guide](/sales-partner/authentication) for details on generating and using API keys.

```
x-api-key: YOUR_API_KEY
```

<Note>
  New to the Sales Partner API? Start with the [Authentication guide](/sales-partner/authentication) to set up your API key.
</Note>
