githubEdit

GDPR configuration endpoints

Get GDPR config

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200

Gdpr configuration was found & you were allowed to access it. The result is in the body.

application/json

GdprConfiguration

get
/api/configurations/gdpr

Update GDPR config

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body

GdprConfiguration

Responses
chevron-right
200

Gdpr configuration was written successfully

application/json

GdprConfiguration

put
/api/configurations/gdpr

Last updated