- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
FilterableApiKeyProps
The filters to apply on the retrieved API keys.
q
stringOptionalSearch through the api key names and redacted keys using this search term.
id
string | string[]OptionalThe IDs to filter the API keys by.
token
string | string[]OptionalThe tokens to filter the API keys by.
title
string | string[]OptionalThe titles to filter the API keys by.
Filter the API keys by their type.
An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.
Was this page helpful?