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

---

[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/versions/e003b998de45/schema)
