retrieve - API Key Module Reference
This documentation provides a reference to the retrieve
method. This belongs to the API Key Module.
This method retrieves an API key by its ID.
Example
Parameters
id
stringRequiredThe ID of the API key.
config
FindConfig<ApiKeyDTO>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.
config
FindConfig<ApiKeyDTO>select
or relations
, accept the
attributes or relations associated with a api key.Returns
The retrieved API key.
Was this section helpful?