{ "opencollection": "1.0.0", "info": { "name": "Stytch B2B Authentication Application Environment API", "version": "2.0.0" }, "items": [ { "info": { "name": "Environment", "type": "folder" }, "items": [ { "info": { "name": "Getall", "type": "http" }, "http": { "method": "GET", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments", "params": [ { "name": "project_slug", "value": "", "type": "path" } ] }, "docs": "Retrieves all environments in a project." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments", "params": [ { "name": "project_slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new environment in a project." }, { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug", "params": [ { "name": "project_slug", "value": "", "type": "path" }, { "name": "environment_slug", "value": "", "type": "path" } ] }, "docs": "Retrieves an environment." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug", "params": [ { "name": "project_slug", "value": "", "type": "path" }, { "name": "environment_slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the environment." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug", "params": [ { "name": "project_slug", "value": "", "type": "path" }, { "name": "environment_slug", "value": "", "type": "path" } ] }, "docs": "Deletes an environment." }, { "info": { "name": "Getmetrics", "type": "http" }, "http": { "method": "GET", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug/metrics", "params": [ { "name": "project_slug", "value": "", "type": "path" }, { "name": "environment_slug", "value": "", "type": "path" } ] }, "docs": "Retrieves metrics for an environment." } ] } ], "bundled": true }