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

# GET /v2/events/{slug}/verifiers

`GET /v2/events/{slug}/verifiers`

List of verifiers for an event.

## Path parameters

- `slug` string, required

## Response `200`

List of verifier addresses

- object
  - `results` Verifier[]
    - `address` string, required
    - `lockAddress` string
    - `lockManager` string
    - `network` integer
    - `name` string, nullable

## Other responses

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

## Changes

- **2024-05-16** `6ab6bb8c68b8` — 1 info
  - endpoint reactivated
- **2024-05-07** `fc95237f199b` — 1 info
  - the response property `results/items/address` became required for the status `200`
- **2024-05-07** `e8b4083d484c` — 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/verifiers/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-service-production.skmtc.workers.dev/v1/apis/unlock-protocol/unlock-locksmith/revisions/e003b998de45/schema)
