# ApiKey

This fetches API keys defined in Harness

## Fetches the list of API Keys corresponding to the request's filter criteria.

 - [GET /ng/api/apikey](https://apidocs.harness.io/apikey/listapikeys_1.md)

## Creates an API key

 - [POST /ng/api/apikey](https://apidocs.harness.io/apikey/createapikey.md)

## Updates API Key for the provided ID

 - [PUT /ng/api/apikey/{identifier}](https://apidocs.harness.io/apikey/updateapikey.md)

## Deletes the API Key corresponding to the provided ID.

 - [DELETE /ng/api/apikey/{identifier}](https://apidocs.harness.io/apikey/deleteapikey.md)

## Fetches the API Keys details corresponding to the provided ID and Scope.

 - [GET /ng/api/apikey/aggregate/{identifier}](https://apidocs.harness.io/apikey/getaggregatedapikey.md)

## Fetches the list of Aggregated API Keys corresponding to the request's filter criteria.

 - [GET /ng/api/apikey/aggregate](https://apidocs.harness.io/apikey/listapikeys.md)

