# GET /v4/config/{id}

_Merkl API_

Beta feature (not production ready yet) - Fetch the configuration for a specific campaign by its ID. Use id path parameter.

### Path parameters

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

## Responses

- **200** Response for status 200

## Example request

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