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

# Overview

The Consul API is organized around REST principles and returns responses in JSON format. All endpoints live under the `/v1` base path.

**Base URLs:**

| Environment | URL                               |
| ----------- | --------------------------------- |
| Production  | `https://api.onconsul.com/v1`     |
| Sandbox     | `https://sandbox.onconsul.com/v1` |

All requests must be authenticated. See [Authorization](/api-reference/authorization) for details.
