---
title: "Approve an order"
method: POST
path: "/api/orders/{id}/approve"
tags: ["Orders"]
---

# Approve an order

`POST /api/orders/{id}/approve`

Approves a pending order intent owned by the authenticated account. API keys need the `orders:write` scope.

## Path parameters

- `id` string, uuid, required

## Response `200`

Order was approved.

- object
  - `ok` true
  - `id` string, uuid

## Other responses

- `401` — Missing, invalid, revoked, or expired credentials.
- `403` — Credential is valid but cannot perform this action.

---

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