- Sends invitations to multiple people at once
- Generates unique invitation codes for each person
- Sets up the identity verification process for attendees
- Allows you to customize the security level required (simple authentication or full KYC)
- When you’ve created an event and are ready to invite attendees
- To send secure invitations that require identity verification
- When planning events with restricted access requirements
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
event_id | string | Yes | The unique identifier of the event |
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
onboarding_flow_type | string | No | The level of verification required. Options: “only_auth” (basic facial recognition), “kyc” (full identity verification), “ssn_verification”, “peps_sanctions”, “criminal_check” (advanced security checks) |
notify | integer | No | Whether to send email notifications automatically. Defaults to 2 |
Request Body
The request body should include an array of invite objects:QR Code: Attendees will verify with a QR code (simpler)Biometric: Attendees will verify with facial recognition (more secure)Both: Attendees will need both QR and facial recognition (highest security)
Response
The API returns an array of created invite objects with all their details, including generated invite IDs:Authorizations
API key authentication. Add your API key as the value of the 'x-api-key' header.
Path Parameters
Query Parameters
Available options:
only_auth, kyc, ssn_verification, peps_sanctions, criminal_check Body
application/json
Response
Successful Response
Available options:
1, 44, 1, 61, 91, 345 Available options:
QR Code, Biometric, Both Available options:
pending, sent, accepted, rejected 