Get all API keys for the current tenant
Api keys
Get all API keys for the current tenant
GET
Get all API keys for the current tenant
Headers
Value must be 'Bearer ' where is an API key prefixed with 'bc_' or a JWT token.
Example:
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Response
200 - application/json
List of API keys
API key ID
Example:
1
API key name
Example:
"My API Key"
First 8 characters of the API key token
Example:
"bc_1234..."
Creation date
Example:
"2024-01-01T00:00:00.000Z"
Whether the key is revoked
Example:
false
Expiration date
Example:
"2024-12-31T23:59:59.000Z"