{ "opencollection": "1.0.0", "info": { "name": "Stytch B2B Authentication Application API", "version": "2.0.0" }, "items": [ { "info": { "name": "Application", "type": "folder" }, "items": [ { "info": { "name": "Getall", "type": "http" }, "http": { "method": "GET", "url": "https://api.stytch.com/pwa/v3/projects" }, "docs": "GetAll retrieves all projects in a workspace." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.stytch.com/pwa/v3/projects", "body": { "type": "json", "data": "{}" } }, "docs": "Create creates a project, including both a live and test environment." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug", "params": [ { "name": "project_slug", "value": "", "type": "path" } ] }, "docs": "Get retrieves a project." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug", "params": [ { "name": "project_slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update updates the project." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug", "params": [ { "name": "project_slug", "value": "", "type": "path" } ] }, "docs": "Delete deletes a project and all of its environments." } ] } ], "bundled": true }