---
title: "POST /v2/rsvp/{network}/{lockAddress}"
method: POST
path: "/v2/rsvp/{network}/{lockAddress}"
---

# POST /v2/rsvp/{network}/{lockAddress}

`POST /v2/rsvp/{network}/{lockAddress}`

User applies to attend an event.

## Path parameters

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

## Headers

- `captcha` string, required

## Request body

- object
  - `recipient` string
  - `email` string
  - `data` object

## Response `200`

Successfully applied to event

- Rsvp
  - `lockAddress` string
  - `userAddress` string
  - `approval` string
  - `network` number

## Other responses

- `400` — Invalid input received. Bad request.
- `500` — Unable to fullfil request due to internal server error.

## Changes

- **2024-01-19** `1c887eb402b3` — 1 info
  - endpoint added
- **2023-11-03** `b77bfb068867` — 1 breaking
  - api path removed without deprecation

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