Tenant API
Customers integrating their CRM, ERP, billing or support systems with their Sodtrack tenant.
Environments
| Environment | Base URL |
|---|---|
| Sandbox | https://dev.integration.cl.sodtrack-shared.sodtrack.com |
| Production | https://prod.integration.cl.sodtrack-shared.sodtrack.com |
Authentication
Every request carries a bearer token in the Authorization header. Exchange your API credentials for one at POST /api/authentication/generateJWT, then reuse it until it expires.
curl -X POST "https://dev.integration.cl.sodtrack-shared.sodtrack.com/api/authentication/generateJWT" \
-H "Content-Type: application/json" \
-d '{"apiKey": "$SODTRACK_API_KEY"}'Endpoint groups
Authentication
1Authentication is the foundation for securely interacting with the Sodtrack Integration API.
Bookings
5The bookings section is a key component of Sodtrack's flow and API.
Projects
2Leads
5Work orders
1Budgets
2Product
3Product Units
1Acquisition
1Transactions
1Payment requests
1Users
4Incidents
3Area Pricing
2Attachment
1Alerts
3Catalog
3This section provides all the catalog information, including available categories, services, and variants.
Configuration
1Coverage
3This section includes the endpoint to verify if a specific variant has coverage in a given location.
π Sodtrack Integration API
Welcome to the Sodtrack Integration API Documentation β your comprehensive guide to integrating seamlessly with Sodtrackβs Service Management ecosystem.
The Sodtrack API enables organizations to connect their systems directly with Sodtrackβs operational platform, facilitating real-time automation of service bookings, project management, lead generation, and contractor coordination.
Designed for scalability, security, and efficiency, this API provides the foundation for integrating Sodtrackβs core functionalities β including scheduling, catalog synchronization, coverage validation, and transactional workflows β into your existing business processes or digital channels.
Key Capabilities
-
Authentication and Security: Token-based access using JWT for secure API communication.
-
Service Catalog: Retrieve and manage categories, services, and variants available in the Sodtrack ecosystem.
-
Coverage and Availability: Validate geographical coverage and check contractor or time-slot availability in real time.
-
Bookings: Create, update, and manage service bookings directly from your systems.
-
Projects and Transactions: Link multiple bookings under project stages, attach documentation, register payments, and synchronize task updates.
-
Lead Management: Integrate Sodtrack lead forms and dynamically capture customer interest data.
Environment Overview
Examples of enviromnents; the actual Base URL to be used will be shared by the integration team.
| Environment | Base URL | Description |
|---|---|---|
| Development (dev) | https://dev.integration.{country}.sodtrack-shared.sodtrack.com | Sandbox environment for testing and development. |
| UAT (uat) | https://uat.integration.{country}.sodtrack-shared.sodtrack.com | User Acceptance Testing environment for pre-production validation. |
| Production (prod) | https://integration.{country}.sodtrack-shared.sodtrack.com | Live production environment. All requests here affect real data. |
Support and Assistance
If you require support during your integration, our technical team is available to assist with API setup, authentication, and best practices.
π© Contact: integrations@sodtrack.com
Machine-readable
Point your codegen, API client or AI agent straight at these.