API reference
POSTPublic
Login
/api/v1/login
Exchange email and password for an access token. Use that token on every authenticated request.
Path parameters
This endpoint has no path parameters.
Query parameters
This endpoint has no query parameters.
Request body
| Field | Type | Description |
|---|---|---|
email Required | string | Account email. e.g. "user@acme.test" |
password Required | string | Account password. e.g. "P@ssw0rd!" |
Responses
| Status | Meaning |
|---|---|
| 200 | See the example response. |
| 403 | See the example response. |
| 502 | See the example response. |