Register attendee

Registers a new attendee for the event. The payload is wrapped under the
attendee key.

Required fields: first_name, last_name, email, attendee_type_id.
(email may be skipped only when the selected attendee_type has
email_required disabled; default is required.)

If a draft attendee already exists for the same email + event it is
promoted; otherwise a new attendee is created and registered.

An optional top-level coupon_code is applied after a successful registration.

Precondition: registration must be enabled for the event; otherwise the request
fails with 422 "Registration for this event is not enabled".

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Event public UUID (api_key). Used in all event-scoped API paths.

Body Params
attendee
object
required
string | null

Optional coupon code to apply after registration.

Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json