{ "opencollection": "1.0.0", "info": { "name": "Stytch B2B Authentication Application Country Code Allowlist API", "version": "2.0.0" }, "items": [ { "info": { "name": "Country Code Allowlist", "type": "folder" }, "items": [ { "info": { "name": "Getallowedsmscountrycodes", "type": "http" }, "http": { "method": "GET", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug/allowed_country_codes/sms", "params": [ { "name": "project_slug", "value": "", "type": "path" }, { "name": "environment_slug", "value": "", "type": "path" } ] }, "docs": "GetAllowedSMSCountryCodes retrieves the allowed SMS country codes for an environment." }, { "info": { "name": "Setallowedsmscountrycodes", "type": "http" }, "http": { "method": "POST", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug/allowed_country_codes/sms", "params": [ { "name": "project_slug", "value": "", "type": "path" }, { "name": "environment_slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "SetAllowedSMSCountryCodes sets the allowed SMS country codes for an environment." }, { "info": { "name": "Getallowedwhatsappcountrycodes", "type": "http" }, "http": { "method": "GET", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug/allowed_country_codes/whatsapp", "params": [ { "name": "project_slug", "value": "", "type": "path" }, { "name": "environment_slug", "value": "", "type": "path" } ] }, "docs": "GetAllowedWhatsAppCountryCodes retrieves the allowed WhatsApp country codes for an environment." }, { "info": { "name": "Setallowedwhatsappcountrycodes", "type": "http" }, "http": { "method": "POST", "url": "https://api.stytch.com/pwa/v3/projects/:project_slug/environments/:environment_slug/allowed_country_codes/whatsapp", "params": [ { "name": "project_slug", "value": "", "type": "path" }, { "name": "environment_slug", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "SetAllowedWhatsAppCountryCodes sets the allowed WhatsApp country codes for an environment." } ] } ], "bundled": true }