Documentation
Getting Started
- Introduction
- Authentication
- Rate Limits
Core Resources
- Clients
- Jobs
- Estimates
- Invoices
- Employees
Advanced
- Webhooks
- Integrations
- Error Handling
Coming Soon
Our API documentation is currently under development and will be available soon.
Get Notified When ReadyIntroduction
Welcome to the JobHive API documentation. Our API enables you to integrate JobHive's powerful field service management features into your own applications.
The JobHive API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Base URL
All API requests must be made over HTTPS. Calls made over plain HTTP will fail.
Authentication
The JobHive API uses API keys to authenticate requests. You can view and manage your API keys in the JobHive Dashboard.
Example Request
Request
Response
Pagination
All list endpoints are paginated. You can specify the page and limit parameters to control the number of results returned.