Developer API
A JSON REST API to manage members, events, registrations, offers, and scans. Secured with organizer-scoped bearer tokens.
curl https://events.innosate.com/api/v1/events \ -H "Authorization: Bearer nx_live_xxxxxxxxxxxxxxxx" \ -H "Content-Type: application/json"
/api/v1/eventsList all events for an organizer./api/v1/eventsCreate a new event with title, venue, date, description./api/v1/events/:idFetch a single event with fields, offers and stats./api/v1/events/:id/registerRegister a member (or guest) with custom field payload./api/v1/events/:id/registrationsPaginated list of registrations with QR tokens./api/v1/scanVerify a QR token and mark attendance./api/v1/offers/redeemRedeem an offer for a given registration./api/v1/membersList members with filters (type, phone, email)./api/v1/membersCreate a member and optional family members./api/v1/whatsapp/sendTrigger the ticket_with_qr template for a registration.Configure a URL in Settings → Webhooks. Nexus signs every payload with HMAC-SHA256.
registration.createdNew registration submitted.
registration.checked_inQR scanned at the door.
offer.redeemedOffer redemption logged.
event.publishedEvent goes live on public site.