Skip to content

Latest commit

 

History

History
88 lines (47 loc) · 1.91 KB

File metadata and controls

88 lines (47 loc) · 1.91 KB

\AuthApi

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

check_system_auth

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

Parameters

This endpoint does not need any parameter.

Return type

models::AuthCheckSuccess

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json

[Back to top] [Back to API list] [Back to Model list] [Back to README]

get_user

models::User get_user() Get user details

Parameters

This endpoint does not need any parameter.

Return type

models::User

Authorization

No authorization required

HTTP request headers

  • 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() Log in

Parameters

This endpoint does not need any parameter.

Return type

(empty response body)

Authorization

No authorization required

HTTP request headers

  • Content-Type: Not defined
  • Accept: Not defined

[Back to top] [Back to API list] [Back to Model list] [Back to README]