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

# PUT /v2/api/verifier/{network}/{lockAddress}/{verifierAddress}

`PUT /v2/api/verifier/{network}/{lockAddress}/{verifierAddress}`

> **Deprecated.**

Create verifier. (deprecated in favor of addEventVerifier)

## Path parameters

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

## Request body

- object
  - `verifierName` string — optional verifier name

## Response `201`

Added verifier.

- Verifier
  - `address` string, required
  - `lockAddress` string
  - `lockManager` string
  - `network` integer
  - `name` string, nullable

## Other responses

- `403` — User is not authorized to perform this action.
- `409` — There is a conflict. The resource already 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/versions/e003b998de45/schema)
