Overview
The CareCycle API provides programmatic access to manage campaigns, customers, calls, and more. All endpoints use JSON for request and response bodies.Base URL
Authentication
All API requests require authentication. Include your API key in the request headers:x-api-key header:
Available Resources
Campaigns
Manage outreach campaigns and agent source restrictions
Customers
Access and manage customer records, prescriptions, policies, and more
Calls
Query call records and access recordings
Sources
Manage lead sources and view performance metrics
Response Format
All successful responses return JSON with the requested data. Error responses follow a consistent format:Rate Limiting
API requests are rate limited. If you exceed the limit, you’ll receive a429 Too Many Requests response. Include appropriate retry logic in your integration.