Authentication Endpoints
Authorization
Validate the provided username and return an authentication token if valid.
POST
Body
application/json
The username to authenticate
Response
200 - application/json
The authentication token (40 digits).
Validate the provided username and return an authentication token if valid.
The username to authenticate
The authentication token (40 digits).