Auth

Login endpoint with Basic Auth that returns token for Bearer Auth

post/login/

Response

Successful user login

auth_tokenstring

Authentication Token

Example response

{
  "auth_token": "7h1515aV3rYkr1p71k70k3n"
}

Changes

No recorded changes to this endpoint across all 9 revisions of this API.