Returns a list of API keys associated with the authenticated entity. The list can be filtered by API key ID or name. If no filters are provided, all API keys for the entity will be returned. Note that the actual API key values are not included in the response for security reasons.
Required API permissions: GetApiKeys
Optional ID to filter API keys. If provided, returns only API keys matching this ID. This is not the API key value, but the unique identifier for the API key that can be obtained using the list API keys endpoint.
Optional name to filter API keys. If provided, returns only API keys matching this name.
Optional pagination parameter to specify the page number of the results to return. Default is 1 which is the first page.
Optional pagination parameter to specify the number of results per page. Default is 25, maximum is 100.
Optional sorting parameter to specify the field to sort the results by. Valid options are "id", "name", and "dateCreated". Default is "dateCreated".
Optional sorting parameter to specify the direction to sort the results by. Valid options are "asc" and "desc". Default is "desc".