Expedify API Reference
Welcome to the Expedify API documentation. This reference covers all public endpoints for integrating with Expedify programmatically.
Quick Links
| Category | Description |
|---|---|
| Authentication | Get access tokens and manage sessions |
| CRM - Contacts | Create, read, update, and delete contacts |
| CRM - Companies | Manage company records |
| CRM - Deals | Track deals through your pipeline |
| CRM - Tasks | Manage tasks and to-dos |
| CRM - Notes | Add notes to CRM records |
| Marketing - Campaigns | Manage marketing campaigns |
| Marketing - Templates | Email and message templates |
| Marketing - Audiences | Segment your contacts |
| Workflows | Execute and monitor workflows |
| Webhooks | Trigger workflows via webhooks |
| Files | Upload and manage files |
Base URL
https://api.expedify.ai
Authentication
All API requests require authentication via Bearer token:
curl -X GET "https://api.expedify.ai/api/crm/contacts" \
-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
See the Authentication guide for details on obtaining tokens.
Try It Out
Each endpoint page includes a "Try It" panel where you can test API calls directly from the documentation.