Noukarivé Developers
Noukarivé Developer Platform

Connect your logistics systems to Noukarivé.

API v1 exposes the current Business and Provider integration surfaces. Outbound webhooks deliver signed operational events to your systems. Credentials are scoped, revocable and available only when the account subscription includes the corresponding integration feature.

Business API

Create and read orders belonging to your professional organization.

orders:createorders:read

View endpoints →

Provider API

Connect a TMS bidirectionally: read missions, synchronize drivers, update lifecycle/tracking and upload delivery proofs.

requests:readrequests:writetracking:write

View endpoints →

Signed webhooks

Receive operational events with HMAC-SHA256 signatures, unique event IDs and automatic retries.

Verify signatures →

Versioned contract

The machine-readable OpenAPI specification is published with the application and versioned alongside the source code.

Open noukarive-v1.yaml →

Quick start

  1. Enable an API-capable Noukarivé subscription for the Business or Provider account.
  2. Create an API credential from the account’s Automation / Integrations page.
  3. Copy the token immediately. Noukarivé stores only its SHA-256 hash and will not display the plain token again.
  4. Send it as Authorization: Bearer nk_….
  5. For event-driven integrations, register an HTTPS webhook endpoint and store the signing secret shown once.