Identity

Authentication and user management

Login to the API

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

Username for authentication

passwordstringRequired

Password for authentication

Responses
200

Successful login

post
/v1/login

Get current user information

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

Current user information

get
/v1/me

Last updated