Returns a list of all API keys belonging to the authenticated user’s workspace.
Requirements:
Key Features:
Expansion Options:
expand=creator_info: Include creator_nickname and creator_email for each keyCommon Use Cases:
Admin API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_ADMIN_API_KEY
Maximum number of items to return. Actual maximum depends on query type and expansion parameters.
x >= 150
Pagination cursor from previous response. Encodes the page number.
"Mg=="
Fields to expand in the response. Available: creator_info (includes creator_nickname and creator_email)
["creator_info"]
Successfully retrieved API keys
Response containing a list of API keys with pagination support