Authenticate and obtain an API token

Supplying only a username and password in the body is sufficient for most users. The resulting token property can be used in the api_key header of all other API calls.

Example:
```
{
"username": "[email protected]",
"password": "abc123"
}
```
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:
string
enum
Defaults to application/json

Generated from available request 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