POST

Check In Rsvp


Deprecation Warning

This method will be deprecated on June 30, 2025.
Replace with Check In Rsvp Guests.

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

Body Params
eventIdstringRequiredformat GUID

Event ID.


rsvpIdstringRequiredformat GUID

RSVP ID to check-in.


guestIdArray <integer>minimum 1minItems 1maxItems 11

Guest IDs to check-in.

Response Object
rsvpRsvp

Updated RSVP.

Check In Rsvp Example 1
Request
cURL
Response
JSON
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?