Skip to content

Authentication

The Crinsutrack Cloud API supports different authentication methods depending on the integration type.

MethodIntegration TypeDescription
OAuth 2.0 Client CredentialsB2BServer-to-server authentication for external systems
Client Certificates (mTLS)DevicesMutual TLS for authorized devices
Username & PasswordWeb AppInteractive authentication for users

All authenticated requests must include the Authorization header:

Authorization: Bearer <access_token>
EnvironmentURL
Productionhttps://api.crinsutrack.com
Sandboxhttps://api-sandbox.crinsutrack.com