Cenacle API
Integrate Cenacle into your existing tools with our REST API.
Authentication
All requests must include your API key in the Authorization header.
Generate your API key from your organization settings in the Cenacle dashboard.
Rate limits
1 000
requests / hour (Starter)
5 000
requests / hour (Grow)
20 000
requests / hour (Expand)
Endpoints
/api/v1/members
List all members of your organization with pagination.
/api/v1/members
Create a new member in your organization.
/api/v1/events
List your organization's events.
/api/v1/events
Create a new event.
/api/v1/events/:id/registrations
List registrations for an event.
/api/v1/events/:id/registrations
Register a participant for an event.
/api/v1/introductions
List introductions with their status.
/api/v1/analytics/overview
Return global metrics for your organization.
Full documentation coming soon
Interactive documentation with code examples and sandbox will be available soon. Contact us for early access.
Contact us