{ "opencollection": "1.0.0", "info": { "name": "Docupilot accounts APIs ai invitation API", "version": "1.0" }, "items": [ { "info": { "name": "invitation", "type": "folder" }, "items": [ { "info": { "name": "Get list of Invitation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/invitation/", "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 Invitation" }, { "info": { "name": "Create Invitation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/invitation/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Create Invitation" }, { "info": { "name": "Delete Invitation", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/accounts/invitation/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this invitation." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Delete Invitation" }, { "info": { "name": "Accept workspace invitation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/invitation/:id/accept_workspace_invitation/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this invitation." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Accept workspace invitation" }, { "info": { "name": "Decline workspace invitation", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/accounts/invitation/:id/decline_workspace_invitation/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this invitation." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Decline workspace invitation" }, { "info": { "name": "Resend invitation", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/accounts/invitation/:id/resend_invitation/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this invitation." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Resend invitation" }, { "info": { "name": "List pending workspace invitations for the current user", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/accounts/invitation/list_workspace_invitations/", "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": "List pending workspace invitations for the current user" } ] } ], "bundled": true }