Download the OpenAPI spec
clarus-api.json — the full Clarus API specification.You’ll need to be signed in to these docs to download the spec.
You can also point your tool at the spec’s URL instead of a saved file, so it stays up to date as the API evolves. Right-click the download link above and copy the link address to get the full URL.
Before you start
Whichever tool you use, every request needs two things (see Authentication & Access):- An OAuth 2.0 bearer token in the
Authorizationheader. - Your tenant
X-Clarus-Subdomainheader.
Import into your tool
- Postman
- Insomnia
- Bruno
Import the spec
In Postman, click Import, then drop in the
clarus-api.json file (or paste the spec’s URL).Generate the collection
Postman creates a collection with a request for every endpoint, grouped by tag.
Set authentication
On the collection’s Authorization tab, choose Bearer Token and paste your access token. Add an
X-Clarus-Subdomain header — a collection variable works well so you can switch tenants easily.
