All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| check_system_auth | GET /api/auth/check | Check system auth |
| get_user | GET /api/user | Get user details |
| log_in | GET /api/login | Log in |
models::AuthCheckSuccess check_system_auth() Check system auth
Checks if your API key is valid This endpoint is only avaliable to users authenticating with a system-wide API key
This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
models::User get_user() Get user details
This endpoint does not need any parameter.
No authorization required
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
log_in() Log in
This endpoint does not need any parameter.
(empty response body)
No authorization required
- Content-Type: Not defined
- Accept: Not defined
[Back to top] [Back to API list] [Back to Model list] [Back to README]