# GET /v4/creators/{creator}

_Merkl API_

Retrieves a specific creator by their ID or slug

### Path parameters

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

## Example request

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