JWT keys
Create JWT key
Create a new JWT key
POST
/
jwt_keys
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Required string length:
1 - 40
The public half of the private/public key-pair which is the certificate used to verify the JWT
Required string length:
1 - 500