{ "opencollection": "1.0.0", "info": { "name": "Slide Accounts Snapshots API", "version": "1.34.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Snapshots", "type": "folder" }, "items": [ { "info": { "name": "List snapshots", "type": "http" }, "http": { "method": "GET", "url": "https://api.slide.tech/v1/snapshot", "params": [ { "name": "agent_id", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query", "description": "Starting index for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Number of items to return for pagination" }, { "name": "snapshot_location", "value": "", "type": "query", "description": "Location of the snapshot, or if snapshot deleted state" }, { "name": "backup_started_after", "value": "", "type": "query", "description": "Filter snapshots created after a specific backup start time (RFC3339 format)" }, { "name": "backup_started_before", "value": "", "type": "query", "description": "Filter snapshots created before a specific backup start time (RFC3339 format)" }, { "name": "backup_ended_after", "value": "", "type": "query", "description": "Filter snapshots completed after a specific backup end time (RFC3339 format)" }, { "name": "backup_ended_before", "value": "", "type": "query", "description": "Filter snapshots completed before a specific backup end time (RFC3339 format)" }, { "name": "sort_by", "value": "", "type": "query", "description": "Sort by a specific field" }, { "name": "sort_asc", "value": "", "type": "query", "description": "Sort in ascending order" } ] }, "docs": "List snapshots" }, { "info": { "name": "Get snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.slide.tech/v1/snapshot/:snapshot_id", "params": [ { "name": "snapshot_id", "value": "s_0123456789ab", "type": "path" } ] }, "docs": "Get snapshot" }, { "info": { "name": "Get service verification results for a snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.slide.tech/v1/snapshot/:snapshot_id/service-verification", "params": [ { "name": "snapshot_id", "value": "s_0123456789ab", "type": "path" } ] }, "docs": "Get service verification results for a snapshot" } ] } ], "bundled": true }