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
post
/auth/token
default

default response

No content

Last updated

Was this helpful?