{ "opencollection": "1.0.0", "info": { "name": "Docupilot accounts APIs ai linked_accounts API", "version": "1.0" }, "items": [ { "info": { "name": "linked_accounts", "type": "folder" }, "items": [ { "info": { "name": "Get list of linked accounts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/", "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." }, { "name": "type", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get list of linked accounts" }, { "info": { "name": "Create linked account", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/", "headers": [ { "name": "X-Workspace", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Create linked account" }, { "info": { "name": "invoke_integrator", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/:integrator_type/invoke/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "environment", "value": "", "type": "query", "description": "sub-type of integrator. For example: sandbox or production for docu_sign" }, { "name": "integrator_type", "value": "", "type": "path", "description": "Type of integrator" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Redirects to oauth endpoint to add a new linked account of given 'integrator_type'" }, { "info": { "name": "Refresh linked account", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/:id/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this delivery account." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Refresh linked account" }, { "info": { "name": "Revoke linked account", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/:id/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this delivery account." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Revoke linked account" }, { "info": { "name": "get_box_drive_picker_payload", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/:id/box_drive_picker_payload/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this delivery account." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get box drive picker payload" }, { "info": { "name": "list_account_deliveries", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/:id/deliveries/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this delivery account." }, { "name": "page", "value": "", "type": "query", "description": "A page number within the paginated result set." }, { "name": "type", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "List account deliveries" }, { "info": { "name": "list_delivery_emails_for_email_account", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/:id/delivery_emails/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this delivery account." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "List delivery emails for email account" }, { "info": { "name": "get_docusign_folders", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/:id/docusign_folders/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this delivery account." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get docusign folders" }, { "info": { "name": "get_google_picker_payload", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/:id/google_picker_payload/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this delivery account." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get google picker payload" }, { "info": { "name": "initiate_email_authorization", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/:id/initiate_authorization/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this delivery account." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Initiate email authorization" }, { "info": { "name": "reconnect_account", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/:id/reconnect/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this delivery account." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Redirects to oauth endpoint for re-connecting an account" }, { "info": { "name": "get_sharepoint_picker_payload", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/:id/sharepoint_picker_payload/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this delivery account." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Get sharepoint picker payload" }, { "info": { "name": "update_delivery_accounts_use_for_images_flag", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/:id/toggle_use_for_images/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this delivery account." } ], "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Update delivery accounts use for images flag" }, { "info": { "name": "verify_email_otp", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/:id/verify_otp/", "headers": [ { "name": "X-Workspace", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "A unique integer value identifying this delivery account." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "Verify email otp" }, { "info": { "name": "Send test mail", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/dashboard/api/v2/linked_accounts/send_test_mail/", "headers": [ { "name": "X-Workspace", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "sessionid", "value": "{{sessionid}}", "placement": "query" } }, "docs": "send_test_mail" } ] } ], "bundled": true }