# ResellerClub API

import { DocsApiGroupList } from "../../src/components/docs/DocsApiGroupList";
import { DocsLink } from "../../src/components/docs/DocsLink";

Official documentation for the ResellerClub API. Browse the API groups below for endpoints, schemas, and an interactive playground.

Use **Authorize** in the top bar to choose your API environment (**Sandbox** for testing, **Live** for real transactions) and set your credentials. Examples and the playground follow your selection.

**New to the API?** Follow the <DocsLink href="/documentation/quickstart">Quickstart</DocsLink> to register your first domain end to end.

## API references

<DocsApiGroupList variant="table" />

Select an API from the left sidebar to browse its reference and interactive playground.

## Conventions (all APIs)

- **Authentication:** `Authorization: ApiKey` + `X-User-Id` — set both once via **Authorize**
- **Format:** JSON request/response bodies; `camelCase` field names
- **Pagination:** `page`, `size`, and `sort` query parameters where supported
