RSVP & Session check-in

Create RSVP for timeslot

2min
Create a new RSVP for timeslot
POST
Request
Path Params
{organizationId}
required
Number
The id of the Brella organization you are trying to retrieve data from
{eventId}
required
Number
The id of the Brella event you are trying to retrieve data from
Header Parameters
Brella-API-Access-Token
required
String
Your unique Brella API key
Accept
required
String
application/vnd.brella.v4+json
Content-Type
required
String
application/json
Curl
Responses
200


REQUEST BODY

{ { "timeslot_id": {timeslotId}, "attendee_id": {attendeeId} } }

Required attributes:

  • timeslot_id (Number)
  • attendee_id (Number)

Notes:

  • The timeslot_id and attendee_id can alternatively be passed as path parameters in the URL (instead of in the body).
  • In order for the request to succeed, the timeslot in question needs to have RSVP enabled via the admin panel.