PlanE
EN DE
In development

API Documentation

We are building our API docs. Full reference, SDKs, and guides are coming soon.

api-docs
$ curl https://api.plane.dev/v1/status
// response
{
"status": "building",
"docs": "coming_soon",
"version": "1.0.0-beta",
"endpoints": [
"/v1/companies",
"/v1/companies/{id}",
"/v1/search",
"/v1/export"
]
}
$
{}

REST API Reference

Complete endpoint reference with request/response examples, authentication, rate limits, and error codes.

>_

SDK & Libraries

Official client libraries for popular languages. Install and start querying in minutes.

PHP Python Node.js
#

Guides & Tutorials

Step-by-step guides to help you integrate PlanE into your workflow.

Getting started with the API
Bulk export & data pipelines
Webhook integration
</>

Webhooks

Get notified when company data changes. Real-time updates pushed to your endpoint.

POST /your-endpoint
{ "event": "company.updated", ... }

Get notified when docs are ready