List all API Keys for a Team.
Note: currently only keys of type ingest will be returned.
A Honeycomb Management Key is required to use this API.
The token should be passed in the "Authorization" header, and the secret should be prefixed with "Bearer " followed by the API Key's ID and secret, separated by a colon.
For example, Authorization: Bearer hcxmk_12345678901234567890123456:12345678901234567890123456789012
More information can be found in the Manage API Keys documentation.
The slug of the Team
The string value of the next attribute from a previous result page.
The cursor value must be empty or omitted for the first request of a cursor-paginated query.
The number of entries to include per response. Maximum value is 100.
1 <= x <= 100Specifies the type of API key to return. This parameter accepts the following values:
ingest: Returns only ingest API keys.configuration: Returns only configuration API keys.The endpoint will default to fetching all API keys regardless of type if this filter is omitted.
configuration, ingest