---
title: "Resolve a parked add-account workflow (Plaid onSuccess or onExit)"
method: POST
path: "/api/plaid/resolveLink"
tags: ["Plaid"]
---

# Resolve a parked add-account workflow (Plaid onSuccess or onExit)

`POST /api/plaid/resolveLink`

## Request body

- object
  - `cancelled` boolean
  - `hookToken` string, required
  - `publicToken` string

## Response `200`

Workflow resumed

- object
  - `success` boolean, required

## Other responses

- `400` — Invalid payload or foreign hook token
- `401` — Unauthorized
- `403` — Not available in demo mode
- `422` — Validation failed
- `500` — Server error

---

[API](https://skmtc.net/cobaltpf/apis/cobalt-api.md) · [All operations](https://skmtc.net/cobaltpf/apis/cobalt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cobaltpf/cobalt-api/revisions/8ef0dfb5d23c/schema)
