Auto-generated content

This page is automatically generated from the OpenAPI specification.

AuthenticationApi

All URIs are relative to http://localhost:8000/v1

MethodHTTP requestDescription
token_generatePOST /token/generateGenerate authentication token
token_rolesGET /token/rolesGet token roles

token_generate

TokenGenerateResponse token_generate()

Generate authentication token

Generates a new authentication token for accessing protected endpoints

Parameters

This endpoint does not need any parameter.

Return type

TokenGenerateResponse

Authorization

No authorization required

HTTP request headers

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

token_roles

TokenRolesResponse token_roles()

Get token roles

Retrieve the list of roles for a specific token

Parameters

This endpoint does not need any parameter.

Return type

TokenRolesResponse

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json
Auto-generated content

This page is automatically generated from the OpenAPI specification.