Core System API (1.0.0)

Download OpenAPI specification:

Healthz

Healthz_checkHealthz

Responses

Auth

Auth_loginGoogle

path Parameters
provider
required
string (Auth.OAuthProviders)
Value: "google"

The OAuth2 provider to use for login.

query Parameters
c
required
string

The callback URL of the OAuth2 login. See details

r
string

The redirect URL for login callback.

Responses

Auth_refreshToken

path Parameters
refreshToken
required
string

The refresh token to use for refreshing the access token.

Responses

Response samples

Content type
application/json
{
  • "accessToken": "string",
  • "expirationTime": 0,
  • "refreshToken": "string"
}

User

User_getMe

Get the current user's information.

Responses

Response samples

Content type
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "username": "string",
  • "name": "string",
  • "avatarUrl": "string",
  • "roles": [
    ]
}