Skip to main content
GET
Returns the list of all registered contacts for the authenticated organization, including tags, telephone numbers, and custom metadata attributes.

Authentication

This endpoint requires Bearer token authentication.

Input parameters

string
required
Bearer token for authentication. Format: Bearer <token>.

Response Fields

ContactResponse[]
Array of contact objects:


Previous
Update contact
PUT /api/v1/contacts/{contact_id}
Next