One API per audience
Each Sodtrack API is scoped to who is calling it, so you only ever see the surface that applies to you.
Tenant API
Customers integrating their CRM, ERP, billing or support systems with their Sodtrack tenant.
Network API
For contractors, dealers and service networks
Partner companies that employ technicians and take work through Sodtrack — onboarding, credentials, job acceptance, dispatch and settlement.
In design. Talk to us if you want to shape it.
Your first call in three steps
Everything below runs against the sandbox environment.
Get credentials
Ask your Sodtrack contact for an integration API key and the origin your requests will come from. Requests are restricted to allowlisted origins.
Exchange them for a token
Post your API key to the authentication endpoint. You get back a JWT to send as a bearer token on every subsequent request.
Call the API
Create a booking, push a lead, or read your catalog. Every endpoint in the reference ships with runnable cURL, JavaScript and Python examples.
# 1. Exchange your API key for a token
TOKEN=$(curl -s -X POST \
"https://dev.integration.cl.sodtrack-shared.sodtrack.com/api/authentication/generateJWT" \
-H "Content-Type: application/json" \
-d '{"apiKey": "'"$SODTRACK_API_KEY"'"}' | jq -r .token)
# 2. Call the API
curl "https://dev.integration.cl.sodtrack-shared.sodtrack.com/api/integration/booking" \
-H "Authorization: Bearer $TOKEN" \
-H "origin: $SODTRACK_ORIGIN"Built for tooling and AI agents
Point your code generator, API client or coding agent straight at these. No scraping required.
OpenAPI 3.1
The complete specification, including webhook events. Import it into Swagger, Insomnia, or any code generator.
openapi.jsonllms.txt
The entire reference as a single Markdown file, so an AI agent can read the whole API in one fetch.
llms.txtPostman collection
The published collection, served from our domain. Import it and start calling endpoints immediately.
collection.jsonAlways in sync with Postman
Our API team authors in Postman, and this reference is generated from the published collection. The Postman documentation stays live — this is the same content, in the same place as everything else you need.
Become an integration partner
Building something on top of Sodtrack — a connector, a vertical product, or an integration for your own customers? Tell us what you have in mind and we'll get you set up.
Sandbox access
Credentials for the sandbox environment so you can build and test against real endpoints before you touch production data.
A technical walkthrough
Time with the team that builds the API, to review your use case and point you at the right endpoints and webhook events.
A direct line
Somewhere to send questions, edge cases and feedback while you build — and early notice when endpoints change.
Tell us about your integration
Want to see the platform behind the API?
The API drives real field operations — scheduling, dispatch, mobile execution. Book a walkthrough to see how it fits together.