Camunda Hub API (Self-Managed)
Manage Camunda Hub resources with the Camunda Hub API v2.
note
The Camunda Hub API is not exposed, by default, in Camunda 8 Self-Managed.
Enable it with the public API v2 feature flag, and restart the service:
- Application properties
- Environment variables
camunda:
modeler:
feature:
public-api-v2-enabled: true
CAMUNDA_MODELER_FEATURE_PUBLIC_API_V2_ENABLED=true
Authentication
See the authentication guide for setup instructions.
Migrating from Web Modeler API v1
Web Modeler API v1 is deprecated in Camunda 8.10 and will be removed in 8.12. Migrate to Camunda Hub REST API v2 before upgrading to 8.12.