KiriminAja Mitra API lets you integrate shipping workflows — check rates, create orders, request pickups, and track deliveries — into your platform with a single REST API
KiriminAja Mitra API is a REST API that enables shipping integration for your platform. One API covers all supported couriers.
| Workflow | What You Can Do |
|---|---|
| Check Rates | Compare shipping costs across 15+ couriers |
| Create Order | Generate AWB numbers for express & instant delivery |
| Request Pickup | Schedule courier pickup from your location |
| Track Order | Monitor delivery status via webhook or polling |
| Manage Payment | Handle COD and non-COD payment flows |
| Coverage Area | Look up provinces, cities, districts, and subdistricts |
| Environment | Base URL |
|---|---|
| Sandbox | https://tdev.kiriminaja.com |
| Production | https://client.kiriminaja.com |
All API requests require an API key passed as a Bearer token:
| Header | Value |
|---|---|
Accept | application/json |
Content-Type | application/json |
Authorization | Bearer {api_key} |
Recommended onboarding method: Postman Collection.
api_key in the Postman collection with the API key from Sandbox Dashboard.The Sandbox environment enforces rate limiting. If you exceed the limit, your requests will receive a 429 Too Many Requests response. Contact our technical team for production rate limit details.
Available SDK languages:
For supported versions, installation guides, and latest releases, see SDK Availability.