{ "opencollection": "1.0.0", "info": { "name": "Slide Accounts API", "version": "1.34.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Accounts", "type": "folder" }, "items": [ { "info": { "name": "List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.slide.tech/v1/account", "params": [ { "name": "offset", "value": "", "type": "query", "description": "Starting index for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Number of items to return for pagination" }, { "name": "sort_by", "value": "", "type": "query", "description": "Sort by a specific field" }, { "name": "sort_asc", "value": "", "type": "query", "description": "Sort in ascending order" }, { "name": "created_after", "value": "", "type": "query", "description": "Filter results to after a specific creation timestamp (RFC3339 format)" }, { "name": "created_before", "value": "", "type": "query", "description": "Filter results to before a specific creation timestamp (RFC3339 format)" } ] }, "docs": "List accounts" }, { "info": { "name": "Get account", "type": "http" }, "http": { "method": "GET", "url": "https://api.slide.tech/v1/account/:account_id", "params": [ { "name": "account_id", "value": "act_0123456789ab", "type": "path" } ] }, "docs": "Get account" }, { "info": { "name": "Update account", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.slide.tech/v1/account/:account_id", "params": [ { "name": "account_id", "value": "act_0123456789ab", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update account" } ] } ], "bundled": true }