---
title: "Adds voucher"
method: POST
path: "/v1/customer/vouchers"
tags: ["uncategorized"]
---

# Adds voucher

`POST /v1/customer/vouchers`

## Request body

- VoucherRequest
  - `type` string — voucher type

## Response `200`

OK

- VoucherResponse
  - `type` string — voucher type
  - `id` integer — voucher id
  - `code` string — voucher code
  - `redemptionUrl` string — redemption url
  - `links` Link[] — links
    - `rel` string
    - `href` string

## Other responses

- `201` — Created
- `500` — Internal server error

---

[API](https://skmtc.dev/linkmobility/apis/untitled-api.md) · [All operations](https://skmtc.dev/linkmobility/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/linkmobility/untitled-api/revisions/db84f79799b9/schema)
