Authentication
Authentication
Section titled “Authentication”The Crinsutrack Cloud API supports different authentication methods depending on the integration type.
Authentication Methods
Section titled “Authentication Methods”| Method | Integration Type | Description |
|---|---|---|
| OAuth 2.0 Client Credentials | B2B | Server-to-server authentication for external systems |
| Client Certificates (mTLS) | Devices | Mutual TLS for authorized devices |
| Username & Password | Web App | Interactive authentication for users |
Common Headers
Section titled “Common Headers”All authenticated requests must include the Authorization header:
Authorization: Bearer <access_token>Base URLs
Section titled “Base URLs”| Environment | URL |
|---|---|
| Production | https://api.crinsutrack.com |
| Sandbox | https://api-sandbox.crinsutrack.com |