{ "opencollection": "1.0.0", "info": { "name": "Docupilot accounts APIs ai auth_tokens API", "version": "1.0" }, "items": [ { "info": { "name": "auth_tokens", "type": "folder" }, "items": [ { "info": { "name": "list_auth_tokens", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/accounts/v2/auth_tokens/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." }, { "name": "search", "value": "", "type": "query", "description": "A search term." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } }, { "info": { "name": "create_auth_token", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/accounts/v2/auth_tokens/", "headers": [ { "name": "X-Workspace", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } }, { "info": { "name": "update_auth_token", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/dashboard/accounts/v2/auth_tokens/:id/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this auth token." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } }, { "info": { "name": "delete_auth_token", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/dashboard/accounts/v2/auth_tokens/:id/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this auth token." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } } ] } ], "bundled": true }