API Endpoints

Base URLs

Environment
URL

Staging

https://staging.api.useaccrue.com/cashramp/api/graphql

Production

https://api.useaccrue.com/cashramp/api/graphql

Playground*

https://cloud.hasura.io/public/graphiql

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

Last updated