GET/v1/preferencepages/preferences/{email}

Get preferencepages preferences

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

emailstringrequired

Responses

email_addressstringnullable
preference_idstringnullable
preference_internal_idstringnullable
valuestringnullable
typestringnullable
channelsstringnullable
frequenciesstringnullable
control_render_typestringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/preferencepages/preferences/user%40example.com' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'