---
title: "GET /v2/events/approved-refunds/{slug}"
method: GET
path: "/v2/events/approved-refunds/{slug}"
---

# GET /v2/events/approved-refunds/{slug}

`GET /v2/events/approved-refunds/{slug}`

Returns the merkle proof of an approved refund.

## Path parameters

- `slug` string, required

## Response `200`

The merkle proof of an approved refund.

- object
  - `format` 'standard-v1', required
  - `leafEncoding` string[]
  - `values` object[], required
    - `value` unknown[]
      - unknown
    - `treeIndex` number
  - `tree` string[], required

## Other responses

- `404` — The item you are making request for does not exist.
- `500` — Unable to fullfil request due to internal server error.

## Changes

- **2024-07-11** `5e962eaae65e` — 1 warning, 3 info
  - added the new `standard-v1` enum value to the `format` response property for the response status `200`
  - added the optional property `leafEncoding` to the response with the `200` status
  - added the optional property `values/items/treeIndex` to the response with the `200` status
  - added the optional property `values/items/value` to the response with the `200` status
- **2024-07-03** `cd9c2fa619e4` — 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/approved-refunds/:slug/get.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)
