https://api.plane.com.
Working with the API
Introduction
The Plane API is organized around REST. Our API has predictable resource-oriented URLs, accepts both form-encoded and JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
All requests use the same base URL:
You can interact with the API through HTTP requests from any language. We don’t currently provide any official bindings or libraries.