Skip to main content
Navigo CRM ยท Logistics

Navigo Lead Provider API

The complete integration guide for sending and managing leads

โšก

Easy integration

Send your first lead with a single POST request. Ready-to-use code samples for curl, JavaScript and Python โ€” just add your domain and key.

๐Ÿ”

Secure (hashed API keys)

Keys are stored hashed and shown only once. Each provider can only see the leads they created.

๐Ÿ“ก

Realtime status tracking

Track the lead lifecycle: LEAD โ†’ QUOTE โ†’ ORDER. Query the order number and current status at any time.

First lead in 5 minutes

Grab your API key and send the request below โ€” nothing else required.

Quickstart guide โ†’
curl -X POST \
  https://api.navigo.example/api/v1/public/leads/ \
  -H "Authorization: Bearer $NAVIGO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "external_id": "lead_998123A", ... }'