Choose Your Area
PlanDocket offers three documentation areas for different audiences.
Admin Guide
For event organizers and administrators
Manage events, participants, invoices, and all aspects of your events in the admin panel.
Events, Contacts, Applications, Invoices, Documents, Booths, Services, Settings
User Portal Guide
For exhibitors and participants
Apply for events, manage your data, and upload documents in the user portal.
Profile, Applications, Documents, Invoices, Booth Selection, Services, Submissions
REST API
For developers and integrations
Use the REST API to integrate PlanDocket with your existing systems.
Authentication, Endpoints, Webhooks, SDKs, Guides
Quick Start
Find the right entry point for your needs.
For Developers
API Reference
Complete documentation of all available API endpoints.
Guides
Step-by-step tutorials for common use cases.
Authentication
Learn how to authenticate using API keys and scopes.
SDKs & Libraries
Official client libraries for PHP, JavaScript, and Python.
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 |
curl -X GET "https://your-tenant.plandocket.com/api/v1/events" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"