List a contact's private notes
Returns the contact's editor-only confidential notes, newest first. RLS restricts this tier to gallery editors — viewers receive an empty set.
Returns the contact's editor-only confidential notes, newest first. RLS restricts this tier to gallery editors — viewers receive an empty set.
Authorization
bearerAuth contacts:writeA gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).
In: header
Scope: contacts:write
Path Parameters
Response Body
application/json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
{ "data": [ { "id": "string", "contact_id": "string", "author_id": "string", "body": "string", "created_at": "string" } ]}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}{ "type": "../dictionary", "title": "string", "status": 0, "detail": "string", "code": "string", "retry": "permanent", "details": null}Delete a private note DELETE
Removes an editor-only confidential note from the contact.
Recap a contact GET
An aggregated snapshot of one contact for an on-demand recap: identity and VIP status, realized spend (total, works acquired, average acquisition), interaction cadence (first touch, last touch, total count), the most recent touches, open follow-up tasks, and pipeline positions. This is read material for composing a natural-language brief — one query instead of paging the timeline, tasks, and sales separately.