{ "opencollection": "1.0.0", "info": { "name": "Jotform REST Folder User API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "APIKEY", "value": "{{APIKEY}}", "placement": "header" } }, "items": [ { "info": { "name": "User", "type": "folder" }, "items": [ { "info": { "name": "Get user details", "type": "http" }, "http": { "method": "GET", "url": "https://api.jotform.com/user" }, "docs": "Get user details" }, { "info": { "name": "Get monthly user API usage and limits", "type": "http" }, "http": { "method": "GET", "url": "https://api.jotform.com/user/usage" }, "docs": "Get monthly user API usage and limits" }, { "info": { "name": "Get user account settings", "type": "http" }, "http": { "method": "GET", "url": "https://api.jotform.com/user/settings" }, "docs": "Get user account settings" }, { "info": { "name": "Update user account settings", "type": "http" }, "http": { "method": "POST", "url": "https://api.jotform.com/user/settings", "body": { "type": "form-urlencoded", "data": [ { "name": "email", "value": "" }, { "name": "website", "value": "" }, { "name": "name", "value": "" }, { "name": "company", "value": "" } ] } }, "docs": "Update user account settings" }, { "info": { "name": "Get a single user settings value by key", "type": "http" }, "http": { "method": "GET", "url": "https://api.jotform.com/user/settings/:settingsKey", "params": [ { "name": "settingsKey", "value": "", "type": "path" } ] }, "docs": "Get a single user settings value by key" }, { "info": { "name": "Get user activity log", "type": "http" }, "http": { "method": "GET", "url": "https://api.jotform.com/user/history" }, "docs": "Get user activity log" }, { "info": { "name": "List all submissions across all forms owned by the user", "type": "http" }, "http": { "method": "GET", "url": "https://api.jotform.com/user/submissions" }, "docs": "List all submissions across all forms owned by the user" }, { "info": { "name": "List sub-users of the account", "type": "http" }, "http": { "method": "GET", "url": "https://api.jotform.com/user/subusers" }, "docs": "List sub-users of the account" }, { "info": { "name": "List reports across all forms owned by the user", "type": "http" }, "http": { "method": "GET", "url": "https://api.jotform.com/user/reports" }, "docs": "List reports across all forms owned by the user" }, { "info": { "name": "List forms owned by the user", "type": "http" }, "http": { "method": "GET", "url": "https://api.jotform.com/user/forms" }, "docs": "List forms owned by the user" }, { "info": { "name": "List the user's folder tree", "type": "http" }, "http": { "method": "GET", "url": "https://api.jotform.com/user/folders" }, "docs": "List the user's folder tree" }, { "info": { "name": "Register a new Jotform user account", "type": "http" }, "http": { "method": "POST", "url": "https://api.jotform.com/user/register", "body": { "type": "form-urlencoded", "data": [ { "name": "username", "value": "" }, { "name": "password", "value": "" }, { "name": "email", "value": "" } ] } }, "docs": "Register a new Jotform user account" }, { "info": { "name": "Log a user in and obtain an app key", "type": "http" }, "http": { "method": "POST", "url": "https://api.jotform.com/user/login", "body": { "type": "form-urlencoded", "data": [ { "name": "username", "value": "" }, { "name": "password", "value": "" }, { "name": "appName", "value": "" }, { "name": "access", "value": "" } ] } }, "docs": "Log a user in and obtain an app key" }, { "info": { "name": "Log the current user out and invalidate the app key", "type": "http" }, "http": { "method": "GET", "url": "https://api.jotform.com/v1/user/logout" }, "docs": "Log the current user out and invalidate the app key" } ] } ], "bundled": true }