Skip to main content
GET
/
admin
/
org
/
keys
List keys by API.
curl --request GET \
  --url https://{tenant}/admin/org/keys \
  --header 'Admin-Auth: <api-key>'
{
  "data": {
    "keys": [
      "<string>"
    ]
  },
  "pages": 123
}

Authorizations

Admin-Auth
string
header
required

Api key

Response

Paginated key IDs.

data
object
pages
integer