Skip to main content
GET
Look up current consent state for a contact and channel

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Query Parameters

contact_id
string

The contact to look up (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>
required

The channel to report consent for.

Available options:
email,
fax,
instagram,
line,
messenger,
push,
rcs,
sms,
viber,
voice,
whatsapp

Response

Current consent state — { state, status, marketing_eligible, valid_until, expired, source, granted_at, revoked_at, lawful_basis, checked_at }.