Who this is for
A business booking its own deliveries, and marketplaces booking on behalf of the sellers they host. You get an account of your own, signed-JWT authentication, and an optionalmerchant_id claim to attribute an order to a specific seller. Everything booked through this API is billed to your account.
Building software that other businesses install and book through, like a checkout scheduling app or an order management system? Use the Platform API. There, each merchant authenticates with their own UniHop API key and is billed on their own account.
Base URL
Authentication
Every request carries a JWT you sign with your private key, in theAuthorization header:

