- Home
- Platform Orchestrator
- Documentation
- Reference
- API specification
API specification
On this page
Overview #
The current OpenAPI specification of the Platform Orchestrator configuration entities is shown below.
The API endpoint is https://api.humanitec.dev.
All requests to the API must be authenticated using an API token placed in the Authorization header as shown here using curl:
curl https://api.humanitec.dev/orgs/{org_id}/projects \
-H "Authorization: Bearer ${HUMANITEC_TOKEN}"
An API token can be issued via service user (recommended for all automation use cases) or via a CLI authentication.