Use the /me/privacy endpoint in combination with a PUT request to allow an applicant to accept the privacy policy.

By sending the following PUT-request, an applicant can accept the privacy policy:

with TOKEN being a user access token. It is used to determine the validity of this request.

Path parameters

– none –

Query parameters

– none –

Response values

Upon Returned value Description
failure 500 – INTERNAL SERVER ERROR When an error appears while processing your request.
authorization error 401 / 403 See here for details.

You won’t get any feedback if your request succeeds.

Comments

Comments are closed.