Skip to main content
POST
Mark Webinar Attendance

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

One of user_id or email is required to resolve the registrant.

webinar_id
string<uuid>
required
user_id
string

Your own user id for this person (org_assigned_user_id)

email
string<email>
attended
boolean

Defaults to true. Set false to un-mark attendance.

Response

Attendance recorded

success
boolean