Welcome to the Unihop API
The Unihop API enables you to integrate on-demand delivery services into your application. With our API, you can create and manage delivery orders, track their status, and discover available delivery service providers.Key Features
- Order Management - Create, retrieve, and cancel delivery orders
- Service Discovery - Get a list of available third-party delivery providers
- Real-time Tracking - Monitor order status, driver location, and estimated delivery times
- Webhooks - Receive real-time notifications about order status changes and delivery events
- Flexible Delivery Options - Support for scheduled and on-demand deliveries
- Custom Integration - Flexible payload support for partner-specific data
Getting Started
Base URL
All API requests are made to:Authentication
All API endpoints require authentication using a JWT token. Include your token in theAuthorization header of each request:
Core Endpoints
- Create Order - Create a new delivery order
- Get Order - Retrieve order details
- Get Partner Order - Retrieve order by partner reference
- Cancel Order - Cancel a delivery order
- Availability - List available delivery service providers
- Webhooks - Set up real-time order tracking and event notifications