# GET /v4/creators/

_Merkl API_

Retrieves all creators matching the provided query filters

### Query parameters

- `id` (string)
- `address` (string)
- `search` (string)
- `page` (string | number)
- `items` (string | number)

## Example request

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