---
title: "GET /v2/api/verifier/{network}/lock/{lockAddress}/address/{verifierAddress}"
method: GET
path: "/v2/api/verifier/{network}/lock/{lockAddress}/address/{verifierAddress}"
deprecated: true
---

# GET /v2/api/verifier/{network}/lock/{lockAddress}/address/{verifierAddress}

`GET /v2/api/verifier/{network}/lock/{lockAddress}/address/{verifierAddress}`

> **Deprecated.**

Check if an address is a verifier of the lock. (deprecated in favor of eventVerifier)

## Path parameters

- `network` integer, required
- `lockAddress` string, required
- `verifierAddress` string, required

## Response `200`

Address is a verifier on the lock address.

- object
  - `enabled` boolean

## Other responses

- `403` — User is not authorized to perform this action.
- `404` — The item you are making request for does not exist.
- `500` — Unable to fullfil request due to internal server error.

## Changes

- **2024-05-07** `e8b4083d484c` — 1 info
  - endpoint deprecated
- **2023-11-03** `b77bfb068867` — 1 info
  - endpoint reactivated

[Change history](https://skmtc.dev/unlock-protocol/apis/unlock-locksmith/changes/v2/api/verifier/:network/lock/:lockAddress/address/:verifierAddress/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)
