Skip to main content
POST

Description

Records the user’s acceptance of the latest version of each disclosure type in acceptedDisclosureTypeIds. Use this from your server only if your integration collects disclosure acceptance outside the hosted widget. Do not call this endpoint from a browser, mobile client, game client, or WebView.

Configuration

Header Parameters

apikey
string
required
Your ZBD project API key.
Content-Type
string
Content Type

Path Parameters

userId
string
required
The ZBD user ID returned when the widget user is created or resolved.

Body Parameters

acceptedDisclosureTypeIds
array
required
Disclosure type IDs accepted by the user. ZBD records acceptance for the latest version of each type.

Disclosure Type IDs

Existing Users

If a user already exists and needs to accept a current disclosure, call this endpoint. Do not rely on an idempotent user-create call to update disclosure acceptance for an existing user.

Errors