pub async fn retrieve_api_key_with_id(
    configuration: &Configuration,
    key_id: &str
) -> Result<ApiKeyResponse, Error<RetrieveApiKeyWithIdError>>
Expand description

Retrieves an authentication API key for the given id