Direct API

Delivery over API, at your peak hours

Add RA DELIVERY couriers to your own site or app.

Your first request

curl -X POST https://api.radelivery.com/v1/quotes \
  -H "Authorization: Bearer $RA_API_KEY" \
  -H "Idempotency-Key: 4f9d2c" \
  -d '{
    "pickup":  { "address": "Str. Traian 122, București" },
    "dropoff": { "address": "Bd. Unirii 15, București" }
  }'

Illustrative example - you receive the exact sandbox base URL and docs with your keys. The response includes the fare, the estimated time and how long the quote stays valid.

What you can build

Quotes

Fare and estimated time before you create the delivery.

Deliveries

Create, track and cancel deliveries over the API.

Tracking

Courier position and statuses in real time.

Webhooks

Signed push events, no polling.

Quick reference

TopicDetails
AuthenticationSeparate API keys for sandbox and live, sent as a Bearer token
IdempotencyIdempotency-Key header on write operations
Rate limitsPer-key limits, returned in response headers
WebhooksHMAC-signed, with automatic retries on failure

Start your integration

You get sandbox keys and code samples.