---
title: "Approve a design"
method: POST
path: "/approval-sheets"
tags: ["Approval Sheets API"]
---

# Approve a design

`POST /approval-sheets`

Uses the confirm hash of an approval sheet to approve a design and remove the hold on an order

## Query parameters

- `confirm_hash` string, required

## Headers

- `X-PF-Store-Id` string

## Request body

- object — Change the status of the approval sheet
  - `status` 'approved', required

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` object
    - `message` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not found

---

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