Skip to main content
GET
/
api
/
contact-notes
Get all notes for a contact with pagination
curl --request GET \
  --url https://your-instance.example.com/api/contact-notes \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Query Parameters

contactId
string
required
limit
string
offset
string

Response

Contact notes returned

Generic response envelope. Endpoint-specific fields are intentionally open.