{ "opencollection": "1.0.0", "info": { "name": "Public Api v3 Applicant Workspace API", "version": "3.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Workspace", "type": "folder" }, "items": [ { "info": { "name": "List Workspaces", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.yousign.app/v3/workspaces", "params": [ { "name": "after", "value": "", "type": "query", "description": "After cursor (pagination)" }, { "name": "limit", "value": "", "type": "query", "description": "The limit of items count to retrieve." } ] }, "docs": "Returns the list of all Workspaces within your Organization." }, { "info": { "name": "Create a Workspace", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.yousign.app/v3/workspaces", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new Workspace in the organization." }, { "info": { "name": "Get the default Workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.yousign.app/v3/workspaces/default" }, "docs": "Retrieves the default Workspace." }, { "info": { "name": "Mark the given Workspace as default", "type": "http" }, "http": { "method": "POST", "url": "https://api-sandbox.yousign.app/v3/workspaces/default", "body": { "type": "json", "data": "{}" } }, "docs": "Marks the given Workspace as default." }, { "info": { "name": "Get a Workspace", "type": "http" }, "http": { "method": "GET", "url": "https://api-sandbox.yousign.app/v3/workspaces/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "Workspace Id" } ] }, "docs": "Retrieves a given Workspace." }, { "info": { "name": "Update a Workspace", "type": "http" }, "http": { "method": "PATCH", "url": "https://api-sandbox.yousign.app/v3/workspaces/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "Workspace Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a given Workspace.\nAny parameters not provided are left unchanged.\n" }, { "info": { "name": "Delete a Workspace", "type": "http" }, "http": { "method": "DELETE", "url": "https://api-sandbox.yousign.app/v3/workspaces/:workspaceId", "params": [ { "name": "workspaceId", "value": "", "type": "path", "description": "Workspace Id" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Deletes a given Workspace and transfers everything that is attached to this Workspace to a another specified Workspace." } ] } ], "bundled": true }