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

# Introduction

> The Acclaim REST API enables you to automate claims and commission payments, manage wallets and balances, and more — all through a consistent RESTful interface.

Welcome to the Acclaim API reference. This reference provides technical details for integrating with Acclaim’s platform, including endpoints, parameters, and response formats.

## Base URL

All API requests are made to the following base URL:

```bash theme={null}
https://api.withacclaim.com/v1
```

Requests must be made over **HTTPS**. Unencrypted HTTP is not supported.

## Data Format

The API is **JSON-only**. Requests should include the following header:

```bash theme={null}
Content-Type: application/json
```

Responses are always returned in JSON.

You can read our [API Conventions](https://docs.withacclaim.com/docs/api-conventions) guide to learn more about how specific data types are formatted, such as, dates, monetary values, and object IDs.

## Versioning

As Acclaim evolves, new fields may be added to responses without notice. Removing or renaming fields will only occur in a versioned API release. You can safely ignore fields your integration does not recognize.
