Skip to main content
Version: 1.7.0

Admin - Unfreeze keys

POST 

/admin/keys/unfreeze

authorization

This API endpoint requires an API Key with at least one of the following Roles: SystemAdmin | KeysFreezer

Unfreeze keys in the system. You can unfreeze all keys or provide a list of specific keys to unfreeze. If you set the keys option, you must provide the list of keys. This will allow key operations to be performed again.

Request

Header Parameters

    AUTHORIZATION stringrequired

    The AUTHORIZATION header must be set to the API Key of the user. The API Key is returned when a new user is created using the /admin/create-user endpoint.

Body

required

    oneOf

    unfreezestringrequired

    Possible values: [all]

Responses