{ "opencollection": "1.0.0", "info": { "name": "Slide Accounts Clients API", "version": "1.34.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Clients", "type": "folder" }, "items": [ { "info": { "name": "List clients", "type": "http" }, "http": { "method": "GET", "url": "https://api.slide.tech/v1/client", "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 clients" }, { "info": { "name": "Create client", "type": "http" }, "http": { "method": "POST", "url": "https://api.slide.tech/v1/client", "body": { "type": "json", "data": "{}" } }, "docs": "Create client" }, { "info": { "name": "Get client", "type": "http" }, "http": { "method": "GET", "url": "https://api.slide.tech/v1/client/:client_id", "params": [ { "name": "client_id", "value": "c_0123456789ab", "type": "path" } ] }, "docs": "Get client" }, { "info": { "name": "Update client", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.slide.tech/v1/client/:client_id", "params": [ { "name": "client_id", "value": "c_0123456789ab", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update client" }, { "info": { "name": "Delete client", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.slide.tech/v1/client/:client_id", "params": [ { "name": "client_id", "value": "c_0123456789ab", "type": "path" } ] }, "docs": "Delete client" } ] } ], "bundled": true }