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
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 |