Developer Documentation
Build powerful integrations with the EzyConn API.
⌘K
Getting Started
- Introduction
- Authentication
- Rate Limits
- Errors
Resources
- Conversations
- Messages
- Contacts
- Events
Introduction
The EzyConn API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Authentication
Learn how to authenticate your API requests using API keys.
Webhooks
Subscribe to real-time events happening in your workspace.
Base URL
https://api.ezyconn.com/v1
Client Libraries
We provide official client libraries for Node.js, Python, and Ruby to help you get started quickly.