Get Started
Product
Framework
Commerce Modules
Infrastructure Modules
Build
Recipes
How-to & Tutorials
Integrations
Storefront
Tools
CLI Tools
JS SDK
Next.js Starter
Medusa UI
Reference
Admin API
Store API
Admin Injection Zones
Container Resources
Core Workflows
Data Model Language
Data Model Repository
Events Reference
Helper Steps
Service Factory
Testing Framework
Workflows SDK
User Guide
v2.8.3
Help
Troubleshooting
Report Issue
Discord Community
Contact Sales
Ask AI
Homepage
Medusa v1
Changelog
Hide Sidebar
⌘\
Theme
Light
Dark
Menu
Get Started
Product
Build
Tools
Reference
User Guide
Documentation
Loading...
Was this page helpful?
It was helpful
It wasn't helpful
Report Issue
New version
v2.8.3 details
Loading...
View as Markdown
Explain with AI Assistant
Ask Anything
FAQ
What is Medusa?
How can I create a module?
How can I create a data model?
How do I create a workflow?
How can I extend a data model in the Product Module?
Recipes
How do I build a marketplace with Medusa?
How do I build digital products with Medusa?
How do I build subscription-based purchases with Medusa?
What other recipes are available in the Medusa documentation?
Chat is cleared on refresh
Line break
⇧
↵
Navigation
↑
↓
Open Result
↵
FilterableApiKeyProps - Medusa Documentation
FilterableApiKeyProps
The filters to apply on the retrieved API keys.
q
string
Optional
Search through the api key names and redacted keys using this search term.
id
string | string[]
Optional
The IDs to filter the API keys by.
token
string | string[]
Optional
The tokens to filter the API keys by.
title
string | string[]
Optional
The titles to filter the API keys by.
type
ApiKeyType
Optional
Filter the API keys by their type.
revoked_at
OperatorMap
<null | Date>
Optional
$and
(
FilterableApiKeyProps
|
BaseFilterable
<
FilterableApiKeyProps
>)[]
Optional
An array of filters to apply on the entity, where each item in the array is joined with an "and" condition.
$or
(
FilterableApiKeyProps
|
BaseFilterable
<
FilterableApiKeyProps
>)[]
Optional
An array of filters to apply on the entity, where each item in the array is joined with an "or" condition.