# GET /v4/campaigns/{id}

_Merkl API_

Retrieve a campaign by its unique identifier (hash or `distributionChain-campaignId` format) in the `id` path parameter.

### Path parameters

- `id` (string) _(required)_

### Query parameters

- `showPrivate` (boolean)

## Responses

## Example request

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