---
title: "Apply voucher"
method: POST
path: "/organizations/{organization_id}/vouchers/apply"
tags: ["Vouchers"]
---

# Apply voucher

`POST /organizations/{organization_id}/vouchers/apply`

Applies a voucher for the specified organization, and refreshes the currently open order.

## Path parameters

- `organization_id` string, ulid, required

## Request body

- object
  - `code` string, required — The voucher code.

## Response `204`

No Content

## Other responses

- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/upsun/apis/upsun-com-rest-api.md) · [All operations](https://skmtc.net/upsun/apis/upsun-com-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/upsun/upsun-com-rest-api/revisions/6cc88fde6435/schema)
