https://api.lockthegrid.com/v1
The API is versioned via the URL path. The current version is v1. Breaking changes will be introduced in new versions with at least 6 months of overlap support.
All responses are JSON with a consistent envelope:
{
"success": true,
"data": { ... },
"meta": { "request_id": "req_abc123", "timestamp": "2026-05-28T12:00:00Z" }
}
400 — Bad Request (invalid parameters)401 — Unauthorized (missing or invalid API key)403 — Forbidden (insufficient permissions)404 — Not Found429 — Rate Limited500 — Internal Server Error