claim
Claim a membership key for a lock. If not authenticated, requires an email in the body.
| Path Parameters |
|---|
network integer — REQUIREDNetwork id. |
lockAddress string — REQUIREDLock address. |
| Header Parameters |
|---|
captcha string — REQUIREDRecaptcha value to pass. |
| Request Body — REQUIRED |
|---|
data string |
email stringEmail address of the recipient |
| Responses | |||
|---|---|---|---|
200Successfully claimed the key.
| |||
401User is not authenticated.
|