All you need to build on top of the CampusPulse platform — events, passes, queues, food operations and webhooks.
/v1/auth/magic-linkSends a sign-in link to the provided email.
curl -X POST https://api.campuspulse.app/v1/auth/magic-link \
-H "Authorization: Bearer $CP_API_KEY" \
-H "Content-Type: application/json"{
"ok": true,
"data": { /* resource */ },
"request_id": "req_8u2x91"
}{
"topic": "event.scan.completed",
"data": {
"event_id": "e_2412",
"pass_code": "CP-AX-2412",
"scanned_by": "u_volunteer_31",
"scanned_at": "2026-06-05T14:21:08Z"
},
"signature": "sha256=8e2bf…"
}