Skip to main content
GET
List a contact's consent history

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

contact_id
string

The contact whose history to return (supply this or identifier).

Required string length: 1 - 64
identifier
string

Freeform contact identifier (email / E.164 phone / WhatsApp id).

Required string length: 1 - 320
channel
enum<string>

Optional channel filter.

Available options:
email,
fax,
instagram,
line,
messenger,
push,
rcs,
sms,
viber,
voice,
whatsapp
limit
integer
default:50

Max rows per page (1–100, default 50).

Required range: 1 <= x <= 100
cursor
string

Opaque forward-pagination cursor from a prior response's next_cursor.

Response

Consent history page — { contact_id, channel, items, next_cursor }, most recent first.