Skip to main content
GET

Description

Returns the user’s acceptance status for each current disclosure type. Use this from your server only if your integration needs to check disclosure acceptance outside the hosted widget. Most integrations can let the widget handle disclosure prompts during the session. The API key determines the publisher/project context. userId is the ZBD user ID returned when the widget user is created or resolved.

Configuration

Header Parameters

apikey
string
required
Your ZBD project API key.

Path Parameters

userId
string
required
The ZBD user ID returned when the widget user is created or resolved.
tos_current means the user has accepted the current version of that disclosure type. A value of false means there is no acceptance on record, or the user’s latest acceptance is for an older version.

Errors