Skip to content

API Reference

REST API documentation for tenants integrating with the platform.

Auto-generated OpenAPI docs

Full interactive API reference is available at https://api.platform.com/docs (Swagger UI) and https://api.platform.com/redoc (ReDoc). The content here covers concepts not in the spec.

In this section

API versioning

All endpoints are prefixed with a version: /api/v1/...

Breaking changes go in a new version. v1 is supported until v2 has been generally available for 12 months minimum.

Base URLs

Environment URL
Production https://api.platform.com/api/v1
Staging https://api.staging.platform.com/api/v1

Note: API requests are not subdomain-scoped to tenant. The tenant is identified by the API key.

Quick example

curl https://api.platform.com/api/v1/projects \
  -H "Authorization: Bearer YOUR_API_KEY"