Retrieve a paginated list of API keys for an application.
Requires a member or owner role (with the read:api_credentials permission) in the organization that owns the application.
Returns: Paginated list of API keys for the application.
Security Note: This endpoint only returns metadata about API keys. API secrets cannot be retrieved after creation.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Application ID to retrieve API keys for
Page number for pagination (1-indexed)
x >= 1Number of items per page
1 <= x <= 100