Retrieving applicants account data

The /me endpoint returns relevant applicant account data.

By sending the following GET-request, you can retrieve an ApplicantData-object:

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
success JSON-encoded ApplicantData-object Look at the ApplicantData-page for more information. The passwort-attribute will be null, since you are never allowed to extract the users password out of the database.
failure 500 – INTERNAL SERVER ERROR When an error appears while processing your request, e.g. when the eventId was wrong
authorization error 401 / 403 See here for details.

Example response value

Comments

Comments are closed.