Thank you for registering. Your ticket pass and access tokens are ready.
Formatted JSON payload of the submitted data and exact cURL commands sent to Firebase Cloud Functions / Auth Handler.
{
"registrationId": "2282db94148e43f5bbc2efa61f6d7b8b",
"eventId": "evt_rbac_showcase",
"formId": "632",
"ticketId": "t2u-0c6e9tlp",
"ticket2uUserId": "t2u_usr_da944f2b",
"fullName": "Lewis Thompson",
"nameOnTag": "Luis",
"email": "louis@yopmail.com",
"mobileNumber": "12312312",
"company": "Louis",
"designation": "CTO",
"jobRole": "Top Management/Department Head",
"country": "Malaysia",
"industry": "Hospital Public",
"visitingPurpose": "Networking Opportunities, To explore the event with the intention of exhibiting, To source new opportunities, To meet new suppliers",
"businessMatchingInterest": true,
"interestedProductsServices": "Disposables/Consumables, Disposables/Wound Care, Disposables/Incontinence, Healthcare/General Services, Imaging/Diagnostic and Therapy, IT/Hospital Information Systems, Medical Equipment/Dental",
"consentGiven": true,
"howDidYouKnow": "Website",
"conferenceInfoInterest": "Yes send me more info",
"remarks": null,
"createdAt": "2026-09-15T03:22:30.3043096",
"firebaseUid": "dIP9iC8kU5avq81IsBrpPsVSiG22",
"syncedToFirebase": true
}
curl -i -X POST "https://match-ticket2u-com.firebaseapp.com/ticket2uProfileWebhook" \
-H "Content-Type: application/json" \
-d '{"email":"louis@yopmail.com","eventId":"evt_rbac_showcase","ticketId":"t2u-0c6e9tlp","fullName":"Lewis Thompson","company":"Louis","industry":"Hospital Public","jobRole":"Top Management/Department Head","designation":"CTO"}'
// users/dIP9iC8kU5avq81IsBrpPsVSiG22:
{
"uid": "dIP9iC8kU5avq81IsBrpPsVSiG22",
"email": "louis@yopmail.com",
"displayName": "Lewis Thompson",
"company": "Louis",
"industry": "Hospital Public",
"ticketId": "t2u-0c6e9tlp",
"ticket2uUserId": "t2u_usr_da944f2b",
"mobileNumber": "12312312",
"country": "Malaysia",
"jobRole": "Top Management/Department Head",
"designation": "CTO",
"visitingPurpose": "Networking Opportunities, To explore the event with the intention of exhibiting, To source new opportunities, To meet new suppliers",
"businessMatchingInterest": true,
"interestedProducts": "Disposables/Consumables, Disposables/Wound Care, Disposables/Incontinence, Healthcare/General Services, Imaging/Diagnostic and Therapy, IT/Hospital Information Systems, Medical Equipment/Dental",
"consentGiven": true,
"howDidYouKnow": "Website",
"remarks": null,
"syncedAt": "2026-09-24T10:45:11.3008127Z"
}
// events/evt_rbac_showcase/registrations/dIP9iC8kU5avq81IsBrpPsVSiG22:
{
"eventId": "evt_rbac_showcase",
"companyName": "Louis",
"displayName": "Lewis Thompson",
"email": "louis@yopmail.com",
"industry": "Hospital Public",
"jobRole": "Top Management/Department Head",
"designation": "CTO",
"ticketId": "t2u-0c6e9tlp",
"ticket2uUserId": "t2u_usr_da944f2b",
"ticket2uRegistrationId": "2282db94148e43f5bbc2efa61f6d7b8b",
"offeringTags": [
"Disposables/Consumables",
"Disposables/Wound Care",
"Disposables/Incontinence",
"Healthcare/General Services",
"Imaging/Diagnostic and Therapy",
"IT/Hospital Information Systems",
"Medical Equipment/Dental"
],
"lookingForTags": [
"Disposables/Consumables",
"Disposables/Wound Care",
"Disposables/Incontinence",
"Healthcare/General Services",
"Imaging/Diagnostic and Therapy",
"IT/Hospital Information Systems",
"Medical Equipment/Dental"
],
"shareAvailability": true,
"businessMatchingInterest": true,
"interestedProductsServices": "Disposables/Consumables, Disposables/Wound Care, Disposables/Incontinence, Healthcare/General Services, Imaging/Diagnostic and Therapy, IT/Hospital Information Systems, Medical Equipment/Dental",
"consentGiven": true,
"howDidYouKnow": "Website",
"remarks": null,
"agenda": [],
"updatedAt": "2026-09-24T10:45:11.3008439Z",
"createdAt": "2026-09-15T03:22:30.3043096"
}
Simulate how the attendee logs into the Business Matching app via browser, local Expo dev server, or mobile device.