Skip to main content

Create a Consent Version

POST 

/consent-srv/consent/versions

Create a new version of a consent instance. Each consent can have multiple versions to accommodate regulatory changes or additional data requests.

Content Types:

  • text: Plain text content
  • url: URL to external consent document
  • scope: Scope-based consent (for OAuth2 scopes)

Skip Limits:

  • user_skip_limit: Number of times a user can skip this consent before it becomes mandatory again (default: 0)
  • system_skip_limit: Number of times the system can skip this consent before it becomes mandatory again (default: 0)

Request

Responses

OK