API Management
Partner
B2B Partner
API Management
Authenticate your enterprise applications with Redigo's delivery engine.
Your Production Token
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": [...]}' Developer Resources
Webhook Notifications
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.