Authorizations
Bearer authentication with JWT access token. Used to authenticate requests to protected endpoints.
Body
application/json
Optional JWT token to verify (if not provided, Authorization header will be used)
JWT token to verify
Response
Valid JWT token
The response is of type string
.
Example:
"OK"