Get Public Key
GET/user-svc/public-key
Get the public key to descrypt the JWT.
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
publicKey string
{
"publicKey": "string"
}
Invalid JSON or missing permission id
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Unauthorized
- application/json
- Schema
- Example (from schema)
Schema
error string
{
"error": "string"
}
Loading...