# GET /v4/creators/{creator}/dashboard

_Merkl API_

Returns dashboard metrics and overview for a specific creator

### Path parameters

- `creator` (string) _(required)_

## Example request

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