Skip to main content

Changelog

The change history of the Navigo Lead Provider API. Update this page on every API change.

v1.0 — 2026

The first official release.

Public Lead API

  • POST /api/v1/public/leads/ — submit a lead.
  • GET /api/v1/public/leads/{external_id}/ — get a lead's status.

Management API

  • GET /api/v1/lead_providers/ — list providers.
  • POST /api/v1/lead_providers/create/ — create a provider.
  • GET /api/v1/lead_providers/{id}/ — get a provider.
  • PATCH /api/v1/lead_providers/{id}/ — update a provider.
  • POST /api/v1/lead_providers/{id}/generate_api_key/ — generate an API key.

Authentication

  • Public API: Provider API Key (lp_live_...), stored hashed.
  • Management API: JWT + IsAdminOnlyPosition.
  • Rate limit: 60/min, 2000/day.

:::note Items pending confirmation This version has several fields that must be confirmed against the backend serializer (whether destination_zip and vehicle_run are required; the create response body; whether the states endpoint is public). They are marked with :::warning TODO: verify on the relevant pages. :::