Skip to content

Developers

One API for all of Indian logistics.

Grab a key below and start calling account-scoped endpoints today. Allocation across 25+ carriers, labels, and webhooks are next.

Protocol
HTTPS · REST
Format
JSON
Auth
None on public endpoints, token on account calls
CORS
Open (*)

API Key Integration

Generate or regenerate your API key here.

Include the token in the Authorization header on every request.

View full API documentation
Example key, not live

Copy the example below straight into your terminal and run it.

Secret token

Copy this token for server-side integrations only. Reveal to paste into secure environments.

7120••••••••••••••••••••••••b180

Previous key stops working after you confirm in the toast.

Last updated
Not reported by the server yet — it will appear after the next key rotation sync.
Last used
No usage timestamp yet — send an authenticated request to verify your integration.

This panel is a sandbox to learn the shape of the flow. It has no login, so it can't show or rotate your real key. Sign in for your real key

Integration guide

Authentication

Include your API key in the Authorization header. The placeholder <YOUR_API_KEY> is swapped for the token above once you reveal it.

Header

Authorization: Token <YOUR_API_KEY>

Usage examples

Verify connectivity with a GET to your API key endpoint. Switch languages to match your stack; every snippet mirrors the reveal state above.

curl --location 'https://api.shipclues.in/api/v1/settings/api-key/' \
  --header 'Authorization: Token <YOUR_API_KEY>'

Common HTTP errors

401
Missing or invalid Authorization token.
403
Authenticated but not allowed for this resource or action.
429
Rate limited; back off and retry with exponential delay.

Notes

  • API key is unique per seller account.
  • Keep your API key secret: do not commit it to source control or expose it in client-side code.
  • Regenerating the key invalidates integrations still using the previous key.
  • Use HTTPS only; the base URL for API calls matches the host shown in the examples.

Not shipped yet

What is coming next.

Kept separate from the API key panel above, because a documented route that returns 404 costs more trust than a short reference does.

Store integrations

  • Shopify
  • WooCommerce
  • Amazon
  • Magento
  • EasyEcom
  • Wix
  1. Shipment creation

    Allocate and book in one call. Returns the AWB and the carrier the engine picked.

  2. Webhooks

    Signed scan-event callbacks so you stop polling for status changes.

  3. Labels and manifests

    Label PDF and manifest generation against a booked shipment.

  4. Sandbox keys

    A non-billing environment with deterministic AWBs for CI.