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.

Language
Authorization
Header
Click Try It! to start a request and see the response here!