IAM Module API
The Identity and Access Management (IAM) module provides functionality for:
- User authentication and authorization
- User management (CRUD operations)
- Company management
- Token generation and validation
- Password recovery flows
Authentication
All endpoints except /auth/login
and /auth/recovery
require a valid JWT token in the Authorization header.
Authorization: Bearer {token}
Base URLs
- Production:
https://back.transcend.cargoffer.com/iam
- Production (Alternate):
https://iam.transcend.cargoffer.com/api