PandaIDX

API Docs

List Contacts

List the authenticated user's CRM contacts with search, filtering, and pagination. Requires an OAuth access token with 'contacts' scope.

GET/v1/contacts

Authentication

OAuthAuthorization: Bearer

Requires OAuth access token (scope: contacts)

Query Parameters

querystring
optional

Search by name, email, or phone

pagenumber
optional

Page number (default: 1)

limitnumber
optional

Results per page (max 50, default: 25)

sinceISO 8601
optional

Contacts created/updated after this time

stagestring
optional

Filter by pipeline stage

tagstring
optional

Filter by tag

Sortenum
optional

Sort field

Default:createdAt
createdAtlastActivityDatename
Orderenum
optional

Sort order

Default:desc
descasc

Responses

200Success
application/json
totalnumber

Total matching contacts

pagenumber

Current page number

limitnumber

Results per page

contactsarray

Array of contact objects