API Reference
Integrate DeployGuard into your workflows with our REST API.
Base URL
https://api.deployguard.net/v1Authentication
Bearer token via API key
Rate Limit
1000 requests/minute
Authentication
Example Request
curl -X GET "https://api.deployguard.net/v1/clusters" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Endpoints
GET
/v1/clustersGET
/v1/clusters/:id/deploymentsGET
/v1/alertsPOST
/v1/alerts/:id/acknowledgeGET
/v1/webhooksPOST
/v1/webhooksFull API documentation coming soon. Contact us for early access.
SDKs & Libraries
Official client libraries are coming soon. In the meantime, you can use the REST API directly.
JavaScript/TypeScript (Coming Soon)Go (Coming Soon)Python (Coming Soon)