Authenticate and obtain an API token for a user.

Supplying only a username and password in the body is sufficient for most users.

Example:

{
  "username": "[email protected]",
  "password": "abc123"
}

You can use the resulting token property in the api_key field above to access all other API calls.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
string
string
enum
Allowed:
string
string
Headers
string
Defaults to Swagger
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

400

Username and/or password not supplied

401

Authentication failed

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/json