Fetch your contacts
This retrieves the first 5 contacts in your account — a simple read operation that confirms everything is working.- cURL
- JavaScript
- Python
What you get back
meta object tells you the total number of matching records and how to paginate. See Making Requests for pagination details.
Common errors
Try creating a contact
Once reads work, try a write:What’s next
Contacts API
Full reference for creating, updating, and searching contacts
Conversations API
Send messages and manage conversation threads
Making Requests
Pagination, filtering, sorting, and error handling patterns
Webhooks
React to real-time events instead of polling