Go
Get all encryption keys
Retrieve details of all the encryption keys associated with your tenant.
GET
Go
Documentation Index
Fetch the complete documentation index at: https://docs-dev.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page index of the results to return. First page is 0.
Required range:
x >= 0Number of results per page. Default value is 50, maximum value is 100.
Required range:
1 <= x <= 100Return results inside an object that contains the total result count (true) or as a direct array of results (false, default).
Response
The keys were successfully retrieved.
- object[]
- object
Encryption key
Key ID
Key type
Available options:
customer-provided-root-key, environment-root-key, tenant-master-key, tenant-encryption-key Key state
Available options:
pre-activation, active, deactivated, destroyed Key creation timestamp
Key update timestamp
ID of parent wrapping key
Public key in PEM format