---
title: "Approve Transaction"
method: POST
path: "/api/v1/transactions/{id}/approve"
tags: ["Transactions"]
---

# Approve Transaction

`POST /api/v1/transactions/{id}/approve`

Approve a transaction.

A transaction awaits approval when the caller API user has been specified as a
potential approver in the policy and the transaction
is in the `waiting_for_approval` state.

## Path parameters

- `id` string, uuid, required — ID of the transaction to approve.

## Response `204`

Successful Response

## Other responses

- `400` — Bad Request
- `401` — Unauthorized User
- `403` — Forbidden User
- `404` — Not Found
- `408` — Request Timeout
- `422` — Validation Error
- `429` — Rate Limit Exceeded
- `500` — Unexpected Error

---

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