Skip to main content
You have your Location ID and API key. Let’s make a real call.

Fetch your contacts

This retrieves the first 5 contacts in your account — a simple read operation that confirms everything is working.

What you get back

The 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
Last modified on March 6, 2026