{ "opencollection": "1.0.0", "info": { "name": "Dropbox Sign Account API App API", "version": "3.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "API App", "type": "folder" }, "items": [ { "info": { "name": "Create an API app", "type": "http" }, "http": { "method": "POST", "url": "https://api.hellosign.com/v3/api_app" }, "docs": "Create an API app" }, { "info": { "name": "Get an API app", "type": "http" }, "http": { "method": "GET", "url": "https://api.hellosign.com/v3/api_app/:client_id", "params": [ { "name": "client_id", "value": "", "type": "path" } ] }, "docs": "Get an API app" }, { "info": { "name": "Update an API app", "type": "http" }, "http": { "method": "PUT", "url": "https://api.hellosign.com/v3/api_app/:client_id", "params": [ { "name": "client_id", "value": "", "type": "path" } ] }, "docs": "Update an API app" }, { "info": { "name": "Delete an API app", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.hellosign.com/v3/api_app/:client_id", "params": [ { "name": "client_id", "value": "", "type": "path" } ] }, "docs": "Delete an API app" }, { "info": { "name": "List API apps", "type": "http" }, "http": { "method": "GET", "url": "https://api.hellosign.com/v3/api_app/list" }, "docs": "List API apps" } ] } ], "bundled": true }