Developer Portal
Build reliable integrations around Jivonex workflows.
Use the API portal as the home for authentication guidance, endpoint references, payload examples and integration standards.
Portal onlineVersioned APIsJSON
Quick start
1. Request API credentials
2. Authenticate securely
3. Test in your approved environment
4. Move to production after validation
Secure API access
Publish your approved authentication method, credential lifecycle and environment rules here. Never expose production secrets in documentation.
Authorization: Bearer <access_token>
Content-Type: application/json
Create a booking
POST/v1/bookings
{
"customerReference": "REF-1001",
"service": "transport",
"origin": "...",
"destination": "..."
}
Retrieve trip status
GET/v1/trips/{tripId}
Use this section for trip lifecycle, resource assignment and execution event documentation.
Status and tracking data
Document booking, consignment, trip and vehicle visibility endpoints along with event definitions and timestamps.
Consistent error handling
{
"code": "VALIDATION_ERROR",
"message": "Required field is missing",
"requestId": "..."
}
