# API Endpoints

## Base URLs

<table><thead><tr><th width="184.00006103515625">Environment</th><th>URL</th></tr></thead><tbody><tr><td><strong>Staging</strong></td><td><code>https://staging.api.useaccrue.com/cashramp/api/graphql</code></td></tr><tr><td><strong>Production</strong></td><td><code>https://api.useaccrue.com/cashramp/api/graphql</code></td></tr><tr><td><strong>Playground*</strong></td><td><code>https://cloud.hasura.io/public/graphiql</code></td></tr></tbody></table>

\* **Playground** is a hosted GraphiQL IDE. Use it to inspect the Cashramp schema, run sample queries and mutations, and view type docs.

To explore the API:

1. Open the Playground link above.
2. In the **URL** field, paste either the staging or production endpoint.
3. Supply your authentication headers (see the **Authentication** section) and start querying.
