โก
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", ... }'