Authentication
Every API request to Condensa must include a valid OAuth2 or JWT token.
Authorization: Bearer <token>
Content-Type: multipart/form-data
| Parameter | Description |
|---|---|
| client_id | Your registered organization ID |
| client_secret | Environment-specific secret |
| org_id | Hospital or logistics tenant |
| token | OAuth2 bearer token from your IdP |