Back to Home
API Reference
Integrate StackOrch into your workflows with our REST API.
Authentication
All API requests require authentication using an API key. Include your API key in the Authorization header:
Authorization: Bearer YOUR_API_KEY
Base URL
https://api.stackorch.com
Endpoints
GET
/api/v1/deploymentsPOST
/api/v1/deploymentsGET
/api/v1/deployments/:idDELETE
/api/v1/deployments/:idGET
/api/v1/clustersPOST
/api/v1/orchestrateGET
/api/v1/statusNeed more details?
Full API documentation with request/response examples coming soon.