Skip to main content
POST
Register For Event

Authorizations

X-API-Key
string
header
required

Client API key copied from Developer Access in the TheFaithApp dashboard.

Authorization
string
header
required

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

Path Parameters

event
integer
required

Unique identifier of the event to register for.

Example:

132

Body

application/json
registrant_name
string
required
Example:

"Jane Doe"

registrant_email
string<email>
required
Example:

"jane@example.com"

member_id
integer
required
Example:

1

phone
string
Example:

"+256700000000"

guests
integer
Example:

1

notes
string
Example:

"Looking forward to it"

Response

Registration created successfully.

The response is of type object.