Authentication
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
Session JWT issued.
application/json
keyIdstringRequired
Identifier of the static key used.
sessionJwtstringRequired
Bearer token for subsequent API calls.
401
Static key is missing, invalid, or revoked.
post/v1/auth/accesskey/exchange
Last updated