{ "opencollection": "1.0.0", "info": { "name": "Docupilot accounts APIs ai scim API", "version": "1.0" }, "items": [ { "info": { "name": "scim", "type": "folder" }, "items": [ { "info": { "name": "get_scim_config", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/scim/config/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } }, { "info": { "name": "create_scim_key", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/scim/keys/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } }, { "info": { "name": "delete_scim_key", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/accounts/scim/keys/:key_id/", "params": [ { "name": "key_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } }, { "info": { "name": "toggle_scim_provisioning", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/scim/toggle_provisioning/", "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } } ] } ], "bundled": true }