Developers

Build on Sodtrack

REST APIs and webhooks for connecting your CRM, ERP, billing and support systems to live field service operations — bookings, leads, work orders, products and coverage.

APIs

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.

Available

Tenant API

Customers integrating their CRM, ERP, billing or support systems with their Sodtrack tenant.

43
endpoints
7
webhook events
View reference
Coming soon

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.

Quickstart

Your first call in three steps

Everything below runs against the sandbox environment.

  1. 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.

  2. 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.

  3. 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.

cURL
# 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"
Full authentication reference
Machine-readable

Built for tooling and AI agents

Point your code generator, API client or coding agent straight at these. No scraping required.

Always 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.

Partners

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

We'll only use these details to reply to you.

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.