JWT keys
Create JWT key
Create a new JWT key
POST
/
jwt_keys
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
name
string
Required string length:
1 - 40
public_key
string
The public half of the private/public key-pair which is the certificate used to verify the JWT
Required string length:
1 - 500
Response
200 - application/json
success
boolean
requiredresult
object
requiredlinks
object
requirederrors
object[]
required