PlanDocket

REST API

Overview of the PlanDocket REST API for developers.

Overview

The PlanDocket REST API provides programmatic access to all features of the platform.

Capabilities

Manage events and exhibitions
Synchronize contacts and participants
Automatically create invoices
Receive real-time notifications
Retrieve reports and statistics
Perform bulk import and export

Base URL

All API requests are sent to the following base URL:

https://your-tenant.plandocket.com/api/v1

Replace "your-tenant" with your actual tenant name.

Request Format

All requests must include the following headers:

Header Value
Content-Type application/json
Authorization Bearer YOUR_API_KEY
Accept application/json

Next Steps

Esc to close