Skip to main content

Overview

Ration exposes its client API only under /apis/v1. This reference does not document internal browser routes or any other path prefix. The API serves the Ration mobile and external-client experiences, and is JSON based.

Start with Authentication to obtain a bearer token, then use the Endpoint catalog to find the relevant resource family.

Base URL

https://<your-ration-domain>/apis/v1

Send JSON request bodies and request JSON responses:

Content-Type: application/json
Accept: application/json

Public authentication and external-call invite routes do not require a bearer token. Other /apis/v1 routes require:

Authorization: Bearer <access_token>
Internal client API

The route surface is used by Ration clients and may evolve with the product. Build integrations against the documented request and response contracts for the installed Ration version, and test upgrades in a non-production tenant.