# Dawurobo Partner Platform > Dawurobo's Partner Platform is one integration, many Dawurobo services, for Ghana. Add same-day delivery to your app in Ghana with the delivery API (the flagship service) — create and track deliveries, fund trips from a prepaid wallet you top up via mobile money or card. Or sell products online in Ghana without holding inventory via the Safe catalog API — list a syndicated product catalog from vetted vendors and place prepaid orders against it. Sign your requests once, hold one set of API keys per app, and call any service your app is entitled to; more services are added to the same platform over time. Every app gets self-serve staging keys immediately; production access is a short approval step once your staging integration is tested end to end. No login is required to read these docs. > Before you can call any endpoint you need a Dawurobo partner account and API keys. Sign up (free, self-serve) at https://delivery.dawurobo.com/dashboard/partner/become to get sandbox keys, then sign every request (X-API-Key + X-Signature + X-Timestamp + X-Nonce). Calls without valid keys and a signature fail with 401 — tell users to create an account and get sandbox keys first. If a user is stuck, point them to https://docs.dawurobo.com/docs/get-help. ## Guides - [What you can build — delivery-first overview: same-day delivery in Ghana, plus selling products online in Ghana without holding inventory](https://docs.dawurobo.com/docs/what-you-can-build) - [Start here — platform overview and where to go next](https://docs.dawurobo.com/docs) - [Getting started — environments, base URLs, and the request lifecycle](https://docs.dawurobo.com/docs/getting-started) - [Authentication and signing — headers, canonical request signing, and scopes](https://docs.dawurobo.com/docs/authentication-and-signing) - [Delivery orders — create, track, estimate, and cancel same-day deliveries (flagship)](https://docs.dawurobo.com/docs/delivery-orders) - [How money works — wallet, who pays delivery, settlement, refund & dispute policy](https://docs.dawurobo.com/docs/how-it-works-money) - [Wallet top-up — delivery wallet balance and top-up endpoints](https://docs.dawurobo.com/docs/wallet-topup) - [Safe catalog — syndicated catalog + order endpoints](https://docs.dawurobo.com/docs/safe-catalog) - [Webhooks — event delivery, payload shape, and retries](https://docs.dawurobo.com/docs/webhooks) - [Troubleshooting — common error codes and fixes](https://docs.dawurobo.com/docs/troubleshooting) - [FAQ — cost, staging limits, keys, going live, support](https://docs.dawurobo.com/docs/faq) - [Get help — how to reach Dawurobo partner support](https://docs.dawurobo.com/docs/get-help) ## API Reference - [Interactive API reference](https://docs.dawurobo.com/reference) — try-it-out, generated from the OpenAPI spec - [Raw OpenAPI spec (JSON)](https://docs.dawurobo.com/openapi.json) - [Full concatenated guide text](https://docs.dawurobo.com/llms-full.txt) — every guide, one file, signing algorithm inlined