For the complete documentation index, see llms.txt. This page is also available as Markdown.

Authentication Token Generating Resource

Intended to provide generation of authentication tokens.

post

Generates JWT token for subsequent API calles.

Authorizations
AuthorizationstringRequired
Header parameters
AuthorizationstringOptional

Authorization header using Basic Authentication

Example: Authorization: Basic YWRtaW46b2ZiaXo=
Responses
default

default response

application/json
post/auth/token
default

default response

Last updated

Was this helpful?