Developer API
Prezence API Documentation
Build event integrations that create events, synchronize invitation lists, read RSVP and check-in status, and generate hostess codes for the Prezence CheckIn app.
Base URL and authentication
Use API-key authentication for machine-to-machine event workflows. Send the key in the Authorization header with the documented API key format.
Production server
https://api.prezence.ioAuthorization header
Authorization: Api-Key pzk_...Core resources
Events
Create and read events in a tenant workspace.
Invitations
List and fully synchronize event guest lists.
Hostess Codes
Generate staff login codes for the Prezence CheckIn app.
Endpoints
| Method | Path | Purpose |
|---|---|---|
| GET | /api/v2/external/events/ | List events in a tenant workspace. |
| POST | /api/v2/external/events/ | Create a new event for invitations and check-in. |
| GET | /api/v2/external/events/{event_id}/ | Read event details and operational state. |
| GET | /api/v2/external/events/{event_id}/invitations/ | List invitations and RSVP/check-in status. |
| PUT | /api/v2/external/events/{event_id}/invitations/ | Synchronize a full event guest list. |
| GET | /api/v2/external/events/{event_id}/hostess-codes/ | List active staff login codes. |
| POST | /api/v2/external/events/{event_id}/hostess-codes/ | Generate hostess codes for the CheckIn app. |