---
title: "POST /claim/{network}/locks/{lockAddress}"
method: POST
path: "/claim/{network}/locks/{lockAddress}"
---

# POST /claim/{network}/locks/{lockAddress}

`POST /claim/{network}/locks/{lockAddress}`

Check if claim is possible for a given purchase

## Path parameters

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

## Request body

- object
  - `recipients` string[]
  - `data` string[]

## Response `200`

Send true if purchase can be claimed

- object
  - `canClaim` boolean

## Other responses

- `400` — Invalid input received. Bad request.
- `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)
