# GET /v4/credits/{creatorId}/paused-campaigns

_Merkl API_

Count campaigns paused due to insufficient credits for a creator

### Path parameters

- `creatorId` (string) _(required)_

## Example request

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