{ "opencollection": "1.0.0", "info": { "name": "Docupilot accounts APIs ai saml API", "version": "1.0" }, "items": [ { "info": { "name": "saml", "type": "folder" }, "items": [ { "info": { "name": "Get list of SAML providers", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/saml/", "params": [ { "name": "ordering", "value": "", "type": "query", "description": "Which field to use when ordering the results." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get list of SAML providers" }, { "info": { "name": "Create SAML provider", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/saml/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Create SAML provider" }, { "info": { "name": "Retrieve SAML provider", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/saml/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this social application." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Retrieve SAML provider" }, { "info": { "name": "Update SAML provider", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/accounts/saml/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this social application." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Update SAML provider" }, { "info": { "name": "saml_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/accounts/saml/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this social application." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } } }, { "info": { "name": "Delete SAML provider", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/accounts/saml/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this social application." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Delete SAML provider" }, { "info": { "name": "Toggle SAML provider active status", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/saml/:id/toggle_active/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this social application." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Toggle SAML provider active status" } ] } ], "bundled": true }