# GET /v4/developer/keys/

_Merkl API_

List all API keys for the authenticated user.

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/developer/keys/" \
  -H "x-api-key: YOUR_API_KEY"
```