Gallery Platform API
Reference

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.

GET
/gallery/contacts/{id}/private-notes

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:write
AuthorizationBearer <token>

A gallery API key, sent as Authorization: Bearer gpk_… (or the x-api-key header).

In: header

Scope: contacts:write

Path Parameters

id*string

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"    }  ]}