HTTP Method: POST URL:Documentation Index
Fetch the complete documentation index at: https://docs.riverside.fm/llms.txt
Use this file to discover all available pages before exploring further.
/api/v3/events/{eventId}/registrants
Authentication: Requires API Key in the request header.
Path Parameters:
| Parameter | Type | Description |
|---|---|---|
eventId | string | ID of the event to register the audience to. To find this value, visit the schedule page and click “Copy event ID” in the three dots menu. |
email: Email address of the registrant. Must be unique per event.first_name: Registrant’s first name.last_name: Registrant’s last name.custom_fields: Key-value map of custom registration fields. Keys are custom field names, values are the submitted responses.Notes:
email,first_name&last_nameare always mandatory for every webinar.- Rest of parameters are mandatory only if defined so in the registration form setup when scheduling the event.
phonefield: phone number in international format, separated to country code and phone number.textfield limited to 256 charachters.checkboxfield: limited to TRUE or FALSE
200 OKRegistration created successfully.401 UnauthorizedAuthentication failed (Invalid or missing API token).404 Not FoundEvent not found.409 ConflictDuplicate registration (a registrant with the same email already exists for this event).422 Unprocessable EntityValidation error (for example, invalid email format, unsupported country code, or invalid custom_fields payload).