---
title: "Complete Savings Goal"
method: POST
path: "/api/v1/savings-goals/{id}:complete"
tags: ["Finance Management.Savings Goals", "ENTERPRISE"]
---

# Complete Savings Goal

`POST /api/v1/savings-goals/{id}:complete`

Mark a Savings Goal as Completed<br />No more allocations can be made from or to this goal.

## Path parameters

- `id` string, required

## Response `200`

The Savings Goal with status changed <code>status</code> to <code>COMPLETED</code>.

- Finance20ManagementSavings20Goals20Response — unresolved $ref

## Other responses

- `400` — Request is not following the specification. See body for details.
- `401` — If the user is not authorized.
- `404` — Savings Goal not found.

---

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