{ "opencollection": "1.0.0", "info": { "name": "Gravity REST API v2 Entries Forms API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Forms", "type": "folder" }, "items": [ { "info": { "name": "List forms", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/wp-json/gf/v2/forms" }, "docs": "List forms" }, { "info": { "name": "Create a form", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/wp-json/gf/v2/forms" }, "docs": "Create a form" }, { "info": { "name": "Get a form", "type": "http" }, "http": { "method": "GET", "url": "https://{host}/wp-json/gf/v2/forms/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a form" }, { "info": { "name": "Update a form", "type": "http" }, "http": { "method": "PUT", "url": "https://{host}/wp-json/gf/v2/forms/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Update a form" }, { "info": { "name": "Delete a form", "type": "http" }, "http": { "method": "DELETE", "url": "https://{host}/wp-json/gf/v2/forms/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "force", "value": "", "type": "query", "description": "Permanently delete (otherwise trashed)." } ] }, "docs": "Delete a form" }, { "info": { "name": "Submit form data", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/wp-json/gf/v2/forms/:id/submissions", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Submit form data" }, { "info": { "name": "Validate a form submission", "type": "http" }, "http": { "method": "POST", "url": "https://{host}/wp-json/gf/v2/forms/:id/validations", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Validate a form submission" } ] } ], "bundled": true }