GET/v1/preferenceagents/public/{tenantId}/{slug}

Get preferenceagents public

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

tenantIdstringrequired
slugstringrequired

Query parameters

preview_tokenstringdefault

Responses

namestringnullable
welcomestringnullable
statusstringnullable
accentstringnullable
avatarstringnullable
bubblestringnullable
densitystringnullable
showProgressboolean
showCountboolean
allowSkipboolean
elementsCountinteger (int32)
fallbackPageIdstringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/preferenceagents/public/your-tenant-id/example-slug' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'