Skip to main content
POST
Register For Event

Authorizations

X-API-Key
string
header
required

Public client key copied from Developer Access. The member bearer token authenticates the request.

Authorization
string
header
required

Member access token returned by POST /v1/auth/token.

Path Parameters

event
integer
required

Event identifier.

Body

application/json
registrant_name
string
required

Registrant display name.

Maximum string length: 255
registrant_email
string<email>
required

Registrant email address.

Maximum string length: 255
phone
string | null

Optional contact phone number.

Maximum string length: 20
guests
integer
default:0

Number of additional guests.

Required range: 0 <= x <= 20
occurrence_date
string<date> | null

Occurrence to register for.

meal_count
integer

Meals needed by the party when the event collects meal counts.

Required range: 0 <= x <= 100
childcare_count
integer

Children needing childcare when the event collects childcare counts.

Required range: 0 <= x <= 100
notes
string | null

Optional attendee needs or notes when enabled by the event.

Maximum string length: 2000

Response

Request completed successfully.

status
string
required
Example:

"Success"

data
any
required

The endpoint-specific response data

message
string