PlanDocket

Welcome to PlanDocket Documentation

The complete documentation for PlanDocket.

Get Started

For Developers

Popular Endpoints

Endpoint The complete documentation for PlanDocket.
GET /api/v1/events Events
GET /api/v1/contacts Contacts
GET /api/v1/participants Participants
GET /api/v1/invoices Invoices
GET /api/v1/webhooks Webhooks
Example Request
curl -X GET "https://your-tenant.plandocket.com/api/v1/events" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json"
Esc to close