Skip to main content
POST
Check whether an email is registered

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the event occurrence to query by.

Body

application/json

Ask whether an email address is registered for an event occurrence.

email
string<email>
required

The participant's email address as entered at registration. Matching is case-insensitive and ignores surrounding whitespace.

Maximum string length: 254
Example:

"runner@example.com"

Response

Default Response

Whether an email address holds a confirmed place in an event occurrence. Deliberately carries nothing about the participant beyond the answer.

eventOccurrenceId
string
required

The event occurrence the answer is for.

Example:

"12345678901"

registered
boolean
required

true when the email holds at least one confirmed entry in the occurrence. Pending, deferred, withdrawn, cancelled, refunded and transferred entries do not count, and an email we have never seen is simply false.