{ "opencollection": "1.0.0", "info": { "name": "Stytch B2B Authentication Application Redirect Url API", "version": "2.0.0" }, "items": [ { "info": { "name": "Redirect Url", "type": "folder" }, "items": [ { "info": { "name": "Get", "type": "http" }, "http": { "method": "GET", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug/redirect_urls", "params": [ { "name": "project_slug", "value": "", "type": "path" }, { "name": "environment_slug", "value": "", "type": "path" }, { "name": "url", "value": "", "type": "query" } ] }, "docs": "Get retrieves a redirect URL for an environment." }, { "info": { "name": "Create", "type": "http" }, "http": { "method": "POST", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug/redirect_urls", "params": [ { "name": "project_slug", "value": "", "type": "path" }, { "name": "environment_slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create creates a redirect URL for an environment." }, { "info": { "name": "Update", "type": "http" }, "http": { "method": "PUT", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug/redirect_urls", "params": [ { "name": "project_slug", "value": "", "type": "path" }, { "name": "environment_slug", "value": "", "type": "path" }, { "name": "url", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update updates the valid types for a redirect URL for an environment." }, { "info": { "name": "Delete", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug/redirect_urls", "params": [ { "name": "project_slug", "value": "", "type": "path" }, { "name": "environment_slug", "value": "", "type": "path" }, { "name": "url", "value": "", "type": "query" }, { "name": "do_not_promote_defaults", "value": "", "type": "query" } ] }, "docs": "Delete deletes a redirect URL for an environment." }, { "info": { "name": "Getall", "type": "http" }, "http": { "method": "GET", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug/redirect_urls/all", "params": [ { "name": "project_slug", "value": "", "type": "path" }, { "name": "environment_slug", "value": "", "type": "path" } ] }, "docs": "GetAll retrieves all redirect URLs for an environment." } ] } ], "bundled": true }