Skip to main content

Expedify API Reference

Welcome to the Expedify API documentation. This reference covers all public endpoints for integrating with Expedify programmatically.

CategoryDescription
AuthenticationGet access tokens and manage sessions
CRM - ContactsCreate, read, update, and delete contacts
CRM - CompaniesManage company records
CRM - DealsTrack deals through your pipeline
CRM - TasksManage tasks and to-dos
CRM - NotesAdd notes to CRM records
Marketing - CampaignsManage marketing campaigns
Marketing - TemplatesEmail and message templates
Marketing - AudiencesSegment your contacts
WorkflowsExecute and monitor workflows
WebhooksTrigger workflows via webhooks
FilesUpload 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.