{ "opencollection": "1.0.0", "info": { "name": "Fixture Accounts Fixture API API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Fixture API", "type": "folder" }, "items": [ { "info": { "name": "Get API status", "type": "http" }, "http": { "method": "GET", "url": "https://beta-api.fixture.app/api/v1", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return a lightweight status payload for the v1 API namespace. Useful as a connectivity and API-key validation probe before issuing real requests." } ] } ], "bundled": true }