Authentication

Register organisations, sign in, and manage the current user.

Login

post
Body
emailstring · emailRequired
passwordstringRequired
Responses
chevron-right
200

Successful Response

application/json
access_tokenstringRequired
token_typestringOptionalDefault: bearer
post
/auth/login

Me

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

Successful Response

application/json
idstring · uuidRequired
emailstringRequired
rolestringRequired
first_nameany ofRequired
stringOptional
or
nullOptional
last_nameany ofRequired
stringOptional
or
nullOptional
organisation_idany ofRequired
string · uuidOptional
or
nullOptional
is_activebooleanRequired
get
/auth/me
200

Successful Response

Last updated