Auth

Authenticate users

post

This endpoint accepts user credentials (username and password) and, upon successful validation, returns an access token that can be used for authorization on subsequent API requests

Body
passwordstringRequired
usernamestringRequired
Responses
chevron-right
200

OK

application/json
post
/api/v1/auth/login

Last updated