---
title: "Resume a debtor's workflow"
method: PATCH
path: "/workflow/{debtorId}/resume"
---

# Resume a debtor's workflow

`PATCH /workflow/{debtorId}/resume`

Resumes the active workflow for the specified debtor, re-enabling outbound steps.

## Path parameters

- `debtorId` string, required

## Response `200`

Workflow resumed successfully

- object
  - `message` string
  - `paused` boolean

## Other responses

- `400` — Debtor ID is required
- `401` — Invalid or missing API key
- `404` — Debtor not found or not enrolled
- `500` — Failed to resume workflow

---

[API](https://skmtc.net/collectwise/apis/collectwise-api.md) · [All operations](https://skmtc.net/collectwise/apis/collectwise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collectwise/collectwise-api/versions/a44939a1402b/schema)
