API reference¶
Enterprise feature
The REST API is available on Enterprise plans. Compare plans to find the right fit for your team.
The FSM Navigator Enterprise API gives you programmatic access to your field service data. Create jobs, query customer records, manage assets, and build integrations — all through a simple REST interface.
What you can do with the API¶
| Capability | Description |
|---|---|
| Job management | Create, update, and track jobs from external systems |
| Customer sync | Keep customer records in sync with your CRM or ERP |
| Asset tracking | Read and update asset data, record meter readings |
| Automation | Build workflows that trigger based on job events |
Getting started¶
1. Create an API key¶
Navigate to Settings → API Keys in your FSM Navigator dashboard, then click Create API Key. Give it a descriptive name, select the scopes you need, and click Generate.
Save your key immediately
Your API key is displayed only once at creation. Copy it to a secure location before closing the dialog.
2. Make your first request¶
3. Explore the endpoints¶
Browse the detailed endpoint documentation to see available filters, request bodies, and response schemas.
API sections¶
-
Authentication
Create API keys, manage scopes, and configure IP whitelists.
-
Endpoints overview
Quick-reference table of every available endpoint, method, and scope.
-
Jobs API
Create, update, list, and manage jobs programmatically.
-
Customers API
Manage customer records and locations via the API.
-
Assets API
Track equipment, record meter readings, and manage asset data.
-
Rate limits
Understand request throttling and best practices for high-volume usage.
-
Error codes
Troubleshoot API errors with the full error code reference.
-
Best practices
Learn proven patterns for chaining requests, syncing data, and building reliable integrations.
Authentication at a glance¶
Every API request requires a valid API key sent in the X-API-Key header:
Keys use the format fsm_live_ or fsm_test_ followed by a unique string. Manage your keys in Settings → API Keys.
Related guides¶
- Enterprise API integration — high-level overview and code examples
- Authentication — API key management
- Rate limits — throttling and best practices
- Error codes — troubleshooting reference