Create consent by user token
Stores user consent. The brief parameter is a unique consent identifier per user.
Allowed characters: [a-z0-9-], max 64 characters.
Documentation Index
Fetch the complete documentation index at: https://docs.databunker.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Root access token for Databunker API
Path Parameters
User token (UUID)
Consent brief (unique identifier, max 64 chars)
64^[a-z0-9-]+$Body
Consent status
accept, cancel Text message describing consent
Free text for internal usage
Date & time to automatically enable consent (Unix time or duration like '10d')
Consent expiration date (Unix time or duration like '1m')
Legal basis for processing
consent, contract-agreement, legal-obligations Module type (e.g., phone-consent, contract, app-consent, web-consent, email-consent)
Internal document or contract ID
Name of person who last modified this record
Response
Consent created successfully
ok "ok"