{ "opencollection": "1.0.0", "info": { "name": "Evrim answers health API", "version": "0.5.18" }, "items": [ { "info": { "name": "health", "type": "folder" }, "items": [ { "info": { "name": "health_profile_latest_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/health/profile/:profile_id/latest/", "params": [ { "name": "profile_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the latest snapshot health for a profile" }, { "info": { "name": "health_snapshot_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/prod/v0/health/snapshot/:snapshot_id/", "params": [ { "name": "snapshot_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the health of a profile snapshot" } ] } ], "bundled": true }