{ "opencollection": "1.0.0", "info": { "name": "LandTech Additional Opportunities Getting Started API", "version": "0.3.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-Key", "value": "{{X-API-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Getting Started", "type": "folder" }, "items": [ { "info": { "name": "Check your authentication is valid", "type": "http" }, "http": { "method": "GET", "url": "https://app.land.tech/api/status/auth" }, "docs": "Responds with the state of your API account." } ] } ], "bundled": true }