List Contacts

Retrieve a list of contacts for your organization with optional filtering and pagination.

Endpoint

GET
/contacts

Request

Loading editor...

Response

json
Loading editor...

Query Parameters

ParameterTypeDescription
organization_idNumberID of the organization to fetch contacts for (required)
$limitNumberNumber of contacts to return (default: 10)
$skipNumberNumber of contacts to skip (for pagination)
$sortObjectSort criteria (e.g., { "created_at": -1 } for newest first)
fastJoinForContactListBooleanInclude associated data like company and owner (recommended)

Report an issue with this documentation

Please log in to report issues with our documentation.