Identity

Authentication and user management

Login to the API

post
Body
usernamestringRequired

Username for authentication

passwordstringRequired

Password for authentication

Responses
chevron-right
200

Successful login

accessTokenstringOptional

JWT access token

tokenTypestringOptional
expiresIninteger · int32Optional
post
/v1/login

Get current user information

get
Authorizations
Responses
chevron-right
200

Current user information

get
/v1/me

Last updated