Skip to main content
POST
Create a JWT

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
payload
object
required
aud
string
exp
integer
default:3600
Required range: x > 0

Response

The created JWT

jwt
string
required