post
https://{targetURL}/api/v1/auth/user
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Username and/or password not supplied
401Authentication failed