Authentication
Procedures related to obtaining and managing access tokens for API authentication.
API Permissions
Our API supports two levels of access to cater to different integration needs:partner
- Designed for third-party platforms integrating our service.- Limited to managing bookings created through your specific API key.
- Webhooks received only for your created bookings.
fleetManager
- Ideal for building internal tools or fleet management dashboards.- Full access to all bookings within your assigned fleet.
- Ability to view, create, and manage bookings for your entire fleet.
- Webhooks received for all bookings related to your fleet.
📄️ Get Access Token
Retrieve an authentication token for API access. This token is required for all subsequent API requests.