API Reference

API Reference

The JustDeploy External API lets you manage databases, tables, and deployments programmatically.

Base URLhttps://api.justdeploy.net
AuthenticationX-Access-Key and X-Secret-Key headers
Response format{ "resource": { ... } } for single, { "resources": [ ... ] } for lists
Rate limitUp to 100 requests per second per organization. Exceeding it returns 429 with X-RateLimit-* headers.