- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
retrieveApiKey - API Key Module Reference
This documentation provides a reference to the retrieveApiKey
method. This belongs to the API Key Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method retrieves an API key by its ID.
Example#
Parameters#
id
stringThe ID of the API key.
The configurations determining how the API key is retrieved. Its properties, such as select
or relations
, accept the
attributes or relations associated with a api key.
select
or relations
, accept the
attributes or relations associated with a api key.Returns#
Promise
Promise<ApiKeyDTO>The retrieved API key.
Promise
Promise<ApiKeyDTO>Was this page helpful?