Appearance
Authorization
Generate a JWT
Generate a valid JWT from your private key and the secret encryption key (both given by email). This token is valid for 4 hours.
In this endpoint only, the Authorization
header is (obviously) not needed.
Scope
none
Endpoint
http
POST /jwt
Accepted params
All parameters should be in the request's body.
Param | Type | Example Value | Description |
---|---|---|---|
private_key | String | 123ab456-1a12-123a-a123-12a34b5c6789 | Your private key |
secret_key | String | abcDEfgH123abCDef12345ABcd | The secret encryption key |