GDPR configuration endpoints
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Gdpr configuration was found & you were allowed to access it. The result is in the body.
application/json
GdprConfiguration
401
Your user is not allowed to operate against this API instance
application/json
403
Your user, although recognized, is not authorized to use this endpoint
application/json
404
Gdpr configuration not found
application/json
get
/api/configurations/gdprAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
GdprConfiguration
Responses
200
Gdpr configuration was written successfully
application/json
GdprConfiguration
401
Your user is not allowed to operate against this API instance
application/json
403
Your user, although recognized, is not authorized to use this endpoint
application/json
404
Gdpr configuration not found
application/json
put
/api/configurations/gdprLast updated