Operate API
The Operate API provides programmatic access to your CRM data. This RESTful API enables you to integrate Operate with your existing tools, build custom workflows, and manage your sales pipeline from code.Obtaining an API Key
API access requires an API key tied to your organization. To generate one:- Log in to your Operate dashboard
- Navigate to Settings > API Keys
- Click Create API Key
- Copy the key — you won’t be able to see it again
Base URL
All API requests are made to:Authentication
Include your API key in thex-api-key header with every request:
Response Format
All responses follow a consistent shape:Success response
Error response
success field before accessing data or error.