Skip to main content
GET
List contact notes

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

filter[contact_id]
string

Filter contact notes for a specific contact by ID

filter[site_id]
string

Filter contact notes for a specific site by ID

sort
string

Sort field. Prefix with '-' for descending order. Available: created_at, updated_at

page[number]
integer

Page number for pagination

page[size]
integer

Number of items per page (max 100)

Response

Contact notes filtered by contact_id

data
object[]