Retrieves a paginated list of contacts. Supports filtering by phone or UUID.
/api/v1/contactsNote
Max results per page (default: 100, max: 100).
Number of records to skip (default: 0).
Filter by phone number (e.g. +917838343515).
Filter by contact UUID.
Whether request succeeded
Human-readable result
Array of contact objects
Unique contact identifier
Contact phone number with country code
Contact first name
Contact last name
Meta BSUID (if synced)
When contact was created
When contact was last updated
Pagination metadata
Total matching records
Items per page
Current offset
curl -X GET "https://app.chatofy.in/api/v1/contacts?limit=10" \
-H "Authorization: Bearer YOUR_API_KEY"Was this endpoint guide helpful?