v1

latestOpenAPI 3.1.02026-07-24317911.4 MB
Authentication/JWT (JSON Web Token)

Create JWT token from Refresh JWT

This API will accept a refresh token in JSON object to grant a new JWT and revoke the refresh token as used.

Note: # and anything after is NOT needed, its just to allow multiple examples for the same path/method.

post/jwt#1

Request body

refreshstring jwt required

This is a refresh JWT that was recieved when creating a new JWT. it will be revoked once used and a new one given.

Response

tokenstring jwt required

This is the JWT token that would need to be saved for use in addtional requests.

refreshstring jwt required

This is a JWT but only capable of being used to regenerate a new JWT token and not for authenticated requests.