Common - Get JWT identity public key
GET/identity-pubkey
Get the public key of the JWT signing key used to sign policy rules requests.
Request
Responses
- 200
- 400
- 401
- 404
- 500
plain text
- text/plain; charset=utf-8
- Schema
Schema
any
- application/json
- Schema
- Example (from schema)
Schema
err_msgstringrequired
err_typestringrequired
Possible values: [already_performed_keygen, api_key_not_found, bad_n_and_t_params, bad_request_params, batch_too_large, executor_result, key_id_not_exists, key_operation_before_keygen, policy_in_use_by_keys, policy_in_use_by_users, policy_not_found, policy_validation_failed, room_creation_problem, rule_in_use, rule_not_found, rule_not_in_policy, server_share_backup_setting_disabled, unique_violation, user_has_associated_keys, user_id_not_exists, user_name_already_exists, you_have_to_be_admin]
{
"err_msg": "string",
"err_type": "already_performed_keygen"
}
- application/json
- Schema
- Example (from schema)
Schema
err_msgstringrequired
err_typestringrequired
Possible values: [access_denied]
{
"err_msg": "string",
"err_type": "access_denied"
}
- application/json
- Schema
- Example (from schema)
Schema
err_msgstringrequired
err_typestringrequired
Possible values: [not_found]
{
"err_msg": "string",
"err_type": "not_found"
}
- application/json
- Schema
- Example (from schema)
Schema
err_msgstringrequired
err_typestringrequired
Possible values: [internal_problem]
{
"err_msg": "string",
"err_type": "internal_problem"
}