# GET /v4/campaign-lists/{owner}

_Merkl API_

List every named campaign list owned by an address, with its size and last-updated timestamp.

### Path parameters

- `owner` (string) _(required)_

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X GET "https://api.merkl.xyz//v4/campaign-lists/{owner}" \
  -H "x-api-key: YOUR_API_KEY"
```