Skip to main content

Get Started

This is the official documentation website for the API. We've divided the documentation into groups, each trying to address a specific use case or audience. Please read the documentation at a glance about KiriminAja if you are unsure whether KiriminAja will suit your needs or fit your programming style.

Definitions

  1. Express Delivery
    Express delivery is a type of shipping service that guarantees faster delivery times compared to standard shipping methods. It is often used for urgent or time-sensitive shipments and typically ensures delivery within a specified short period, such as overnight, next-day, or same-day delivery.
  2. Instant Delivery
    Instant delivery is a shipping service that aims to deliver items almost immediately after an order is placed. This service is typically used for urgent needs where customers require their purchases within a very short time frame, often within hours.

Endpoint

https://tdev.kiriminaja.com

Authorization

Contact us to get a Bearer {token} for sandbox and production. All packages through the sandbox may be canceled at any time. The response between sandbox and production is exactly the same, only the accuracy of the data is different.

Webhook automation, generate awb callback, tracking and get won't run in sandbox URLs. We will restrict IP addresses when entering the production stage, it is not recommended to use the IP of the host which changes frequently.

HeaderValue
AuthorizationBearer {token}

TL;DR

  1. We use HTTP Response Status Code 200 for each response from the API with body status and text as well as data (adjusting the endpoint).
  2. HTTP Response Codes outside 200 can occur due to server problems or errors in the request data.
  3. 1 (One) API key can only have one webhook enpdpoint. The security of webhook endpoints is beyond our responsibility.
  4. Bearer token staging cannot be used for production.
  5. It is forbidden to disseminate bearer tokens to any party.
  6. It is forbidden to make a massive number of API calls at the same time with the same payload data.