About RSVP API

When a guest responds to a RSVP Registration Form then a new RSVP is created and a confirmation email is sent.

RSVP registration settings can be configured in Business Manager. RSVP options can be Yes only or Yes and No.

Limiting the number of guests is optional. Once the guest list is full the registration is closed, unless Waitlist is enabled.

If user RSVP to Waitlist, he will get a email once additional space in event is available

RSVP management

  • Create RSVP: Creates RSVP and associates a contact of the site. The Form response has to be sent according to Registration Form input fields when creating RSVP or at checkout. If site member is creating a RSVP the site member id is associated.
    To change existing RSVP - use dashboard.
  • List RSVP: Lists RSVPs with a basic filter support.
  • Query RSVP: Lists RSVPs with a support of queries.
  • Get RSVP: Gets a single RSVP.
  • Update RSVP: Updates RSVP.
  • Delete RSVP: Deletes RSVP.
  • Check in RSVP: Checks in RSVP.
  • Delete RSVP Check In: Deletes RSVP check-in.
Did this help?

Rsvp Object


Properties
idstringformat GUID

RSVP ID.


eventIdstringformat GUID

Event ID.


contactIdstringformat GUID

Contact ID associated with this RSVP.


memberIdstringformat GUID

Member ID associated with this RSVP.


createdstringformat date-time

RSVP created timestamp.


modifiedstringformat date-time

RSVP modified timestamp.


firstNamestring

First name.


lastNamestring

Last name.


emailstringformat EMAIL

Guest email.


rsvpFormRsvpForm

RSVP form response.


statusstring

RSVP response status.


totalGuestsinteger

Total number of attendees.


guestsArray <Guest>

List of guests.


anonymizedboolean

Whether RSVP is anonymized by GDPR delete.

Did this help?

GET

List Rsvp


Deprecation Notice

This method has been replaced with RSVP V2's Query RSVPs and will be removed on June 30, 2025. If your app uses this method, we recommend updating your code as soon as possible.

Retrieves a list of up to 100 RSVPs, given the provided paging, filtering & sorting.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Read Events - all read permissions
Manage Guest List
Read Event Tickets and Guest List
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/events/v1/rsvp

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?

POST

Create Rsvp


Deprecation Notice

This method has been replaced with RSVP V2's Create RSVP and will be removed on June 30, 2025. If your app uses this method, we recommend updating your code as soon as possible.

Creates an RSVP, associated with a contact of the site.

Endpoint
POST
https://www.wixapis.com/events/v1/rsvp

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?

DELETE

Delete Rsvp


Deprecation Notice

This method has been replaced with RSVP V2's Delete RSVP and will be removed on June 30, 2025. If your app uses this method, we recommend updating your code as soon as possible.

Deletes an RSVP.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Manage Guest List
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/events/v1/rsvp

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?

PATCH

Bulk Update Rsvp


Deprecation Notice

This method has been replaced with RSVP V2's Bulk Update RSVPs and will be removed on June 30, 2025. If your app uses this method, we recommend updating your code as soon as possible.

Updates multiple RSVPs - status only.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Manage Guest List
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/events/v1/rsvp

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?

POST

Query Rsvp


Deprecation Notice

This method has been replaced with RSVP V2's Query RSVPs and will be removed on June 30, 2025. If your app uses this method, we recommend updating your code as soon as possible.

Retrieves a list of up to 100 RSVPs, supporting structurized queries.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Read Events - all read permissions
Manage Guest List
Read Event Tickets and Guest List
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/events/v1/rsvp/query

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?

GET

Get Rsvp


Deprecation Notice

This method has been replaced with RSVP V2's Get RSVP and will be removed on June 30, 2025. If your app uses this method, we recommend updating your code as soon as possible.

Retrieves an RSVP.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Read Events - all read permissions
Manage Guest List
Read Event Tickets and Guest List
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/events/v1/rsvp/{rsvpId}

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?

PATCH

Update Rsvp


Deprecation Notice

This method has been replaced with RSVP V2's Update RSVP and will be removed on June 30, 2025. If your app uses this method, we recommend updating your code as soon as possible.

Updates an RSVP. See partial updates.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Manage Guest List
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/events/v1/rsvp/{rsvpId}

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?

POST

Check In Rsvp


Deprecation Notice

This method has been replaced with RSVP V2's Check In RSVP Guests and will be removed on June 30, 2025. If your app uses this method, we recommend updating your code as soon as possible.

Checks-in an RSVP.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Manage Guest List
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/events/v1/rsvp/check-in

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?

DELETE

Delete Rsvp Check In


Deprecation Notice

This method has been replaced with RSVP V2's Cancel RSVP Guests Check In and will be removed on June 30, 2025. If your app uses this method, we recommend updating your code as soon as possible.

Deletes an RSVP check-in.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Events - all permissions
Manage Guest List
Learn more about app permissions.
Endpoint
DELETE
https://www.wixapis.com/events/v1/rsvp/check-in

Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?

Rsvp Created


Permissions
Manage Events - all permissions
Read Events - all read permissions
Manage Guest List
Read Event Tickets and Guest List
Learn more about app permissions.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
timestampstringformat date-time

RSVP created timestamp in ISO UTC format.


languagestringformat LANGUAGE

Site language when RSVP created


silentboolean

Notifications silenced for this domain event.


eventIdstringformat GUID

Event ID.


rsvpIdstringformat GUID

RSVP ID.


contactIdstring

Contact ID associated with this RSVP.


memberIdstringformat GUID

Member ID associated with this RSVP.


firstNamestring

Guest first name.


lastNamestring

Guest last name.


emailstringformat EMAIL

Guest email.


rsvpFormRsvpForm

RSVP form response.


statusstring

RSVP response status.


guestsArray <Guest>

List of all guests.


onlineConferencingLoginOnlineConferencingLogin

URL and password to online conference


Did this help?

Rsvp Deleted


Permissions
Manage Events - all permissions
Read Events - all read permissions
Manage Guest List
Read Event Tickets and Guest List
Learn more about app permissions.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
timestampstringformat date-time

RSVP deleted timestamp in ISO UTC format.


eventIdstringformat GUID

Event ID.


rsvpIdstringformat GUID

RSVP ID.


contactIdstring

Contact ID associated with this RSVP.


memberIdstringformat GUID

Member ID associated with this RSVP.


anonymizedboolean

Whether RSVP was anonymized by GDPR delete.


Did this help?

Rsvp Updated


Permissions
Manage Events - all permissions
Read Events - all read permissions
Manage Guest List
Read Event Tickets and Guest List
Learn more about app permissions.
Event BodyEvent Body Event data is received as a JSON Web Token (JWT). It may be delayed. Be sure to verify the data was sent by Wix.
Event Data
timestampstringformat date-time

RSVP updated timestamp in ISO UTC format.


languagestringformat LANGUAGE

Site language when RSVP created


localestringformat LANGUAGE_TAG

Locale in which Rsvp was created.


eventIdstringformat GUID

Event ID.


rsvpIdstringformat GUID

RSVP ID.


contactIdstring

Contact ID associated with this RSVP.


memberIdstringformat GUID

Member ID associated with this RSVP.


createdstringformat date-time

RSVP created timestamp.


firstNamestring

Guest first name.


lastNamestring

Guest last name.


emailstringformat EMAIL

Guest email.


rsvpFormRsvpForm

RSVP form response.


statusstring

RSVP response status.


guestsArray <Guest>

List of the guests.


onlineConferencingLoginOnlineConferencingLogin

URL and password to online conference


silentboolean

Notifications silenced for this domain event.


Did this help?