---
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.

---

[API](https://skmtc.net/unlock-protocol/apis/unlock-locksmith.md) · [All operations](https://skmtc.net/unlock-protocol/apis/unlock-locksmith/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/revisions/e003b998de45/schema)
