Skip to main content
POST

Authorizations

Authorization
string
header
required

Enter your API key obtained from the Flywheel dashboard (without 'Bearer ' prefix)

Auth-Type
string
header
default:api
required

Authentication type header. Must be set to 'api' for all API requests.

Body

application/json
webinar_id
string<uuid>
required
user
object
required

The user to register. At least one identifier (user_id, email, phone or anonymous_id) is required. Unknown users are created; known users are matched and updated.

Response

Registration created (or already existed)

success
boolean
registration_id
string<uuid>
org_user_id
string<uuid>

The Flywheel id of the matched or newly created user

already_registered
boolean

True if this user was already registered for the webinar