Skip to main content

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:
https://api.unihop.app/v1

Authentication

All API endpoints require authentication using a JWT token. Include your token in the Authorization header of each request:
Authorization: Bearer YOUR_JWT_TOKEN
For details on obtaining and using JWT tokens, see the Authentication documentation.

Core Endpoints

Response Format

All API responses are returned in JSON format. Successful responses include relevant data, while error responses include error codes and descriptive messages.

Need Help?

For questions or issues, please contact our support team.