Build on Mesh.
Everything you need to integrate the Locate2u Mesh platform — route, dispatch, track, geocode, rate, and prove delivery from one API. Start with the quickstart, then dive into the full reference.
DOCUMENTATION
Find your way in.
The docs are organised by where you are in the journey. This is a placeholder index — real content lands page by page.
Getting started
Create an account, mint an API key, and make your first authenticated call in minutes.
QUICKSTART →API reference
Every endpoint across drivers, orders, stops, trips, users, and tracking — generated from OpenAPI 3.1.
BROWSE THE API →Events & webhooks
Subscribe to signed webhooks, understand the event envelope, and verify delivery.
EVENT CATALOG →Guides
Task-focused walkthroughs — authentication, pagination, idempotency, rate limits, and more.
READ THE GUIDES →QUICKSTART
Your first call.
Authenticate with your API key and read the platform health endpoint. Every Mesh API speaks the same contract — same auth, same error envelope, same health and version endpoints.
- 1 Sign in to the management portal and create an API key.
- 2 Send it as a bearer token.
- 3 Call any module endpoint.
READY TO BUILD