---
title: "POST /v2/events/{slug}/approve-refunds"
method: POST
path: "/v2/events/{slug}/approve-refunds"
---

# POST /v2/events/{slug}/approve-refunds

`POST /v2/events/{slug}/approve-refunds`

Approves refunds for an event.

## Path parameters

- `slug` string, required

## Request body

- object
  - `amount` number, required
  - `currency` string, nullable
  - `network` number, required

## Response `201`

Approves refunds for an event.

- object
  - `format` string, required
  - `values` object[], required
  - `tree` string[], required

## Other responses

- `403` — User is not authorized to perform this action.
- `500` — Unable to fullfil request due to internal server error.

## Changes

- **2024-07-03** `cd9c2fa619e4` — 2 info
  - the request property `currency` became optional
  - added the media type `application/json` for the response with the status `201`
- **2024-06-28** `c77a5865bb3a` — 1 info
  - endpoint added
- **2023-11-03** `b77bfb068867` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/events/:slug/approve-refunds/post.md)

---

[API](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/revisions/07107231d66b?raw)
