Skip to main content
Version: 1.5.2

Admin - Get all key usage permissions

GET 

/admin/keys/get-usage-permissions

authorization

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

Get all key usage permissions.

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.

Responses

Schema

  • Array [

  • usage_permissionKeyUsagePermissionrequired

    Specifies the permission levels for key usage within the system.

    Possible values: [use, admin]

    user_idUserIdrequired
  • ]