R
Redigo B2B

API Management

Authenticate your enterprise applications with Redigo's delivery engine.

Your Production Token

Active

Use this token as a Bearer token in your Authorization header. Keep it secret. Redigo staff will never ask for this key.

cURL Example
curl -X POST https://api.redigo.my/api/b2b/orders/bulk \
-H "Authorization: Bearer YOUR_TOKEN" \
-H "Content-Type: application/json" \
-d '{"orders": [...]}'

Webhook Notifications

Inactive

Receive real-time push events when your order statuses change (e.g., Rider Accepted, Delivering, Completed). We will send a POST request with a JSON payload to the URL specified below.