Getting started
Introduction
The rely7 API is a thin door onto the exact delivery pipeline our own dashboard runs on — same pricing, same zones, same dispatch, same drivers. Create deliveries in bulk, track them, and cancel them, all by your own order ids.
At a glance
Base URLhttps://dev-api.rely7.com/api/v1
Versionv1 (URI-versioned, frozen contract)
AuthAPI key, Bearer token
FormatJSON over HTTPS
EnvironmentsSandbox (test) and Live
API access is a business feature
API keys live on a business account. Create a business account and apply for API access to get started — personal accounts cannot hold keys.
How it works
- Create a business account and apply for API access.
- Once approved, test the whole integration end to end in the sandbox with simulated funds and a dedicated test driver.
- Deliver a test order in the driver app to unlock go-live, then mint live keys.
- Send production traffic to the same endpoints with your live key.
Every response uses one envelope — { statusCode, success, data } — and money is always QAR with two decimals. Read on for authentication and the endpoints.