Authentication

Authenticate User

post

Logs in a user and returns an access token.

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

Username for authentication

passwordstringRequired

Password for authentication

Responses
200

Successful Authentication

application/json
post
/v1/auth/login
200

Successful Authentication

Last updated

Was this helpful?