Cenacle API

Integrate Cenacle into your existing tools with our REST API.

Authentication

All requests must include your API key in the Authorization header.

Authorization: Bearer your_api_key

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

GET

/api/v1/members

List all members of your organization with pagination.

POST

/api/v1/members

Create a new member in your organization.

GET

/api/v1/events

List your organization's events.

POST

/api/v1/events

Create a new event.

GET

/api/v1/events/:id/registrations

List registrations for an event.

POST

/api/v1/events/:id/registrations

Register a participant for an event.

GET

/api/v1/introductions

List introductions with their status.

GET

/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
API β€” Cenacle | Documentation de l'API REST