The Security API helps you enable or disable Open in External Browser.
To use the Security API, you need an access token that you can get by authenticating with a user account or a service account. The API scopes are security.external-browser and security.external-browser.read.
You can enable a URL tapped on a mobile app to open in the default browser of the operating system.
| HTTP request | Description |
|---|---|
| POST /security/external-browser/enable | Enable Open in External Browser |
| POST /security/external-browser/disable | Disable Open in External Browser |
| GET /security/external-browser | Get Open in External Browser settings |
Caution
- It will take 5-10 minutes for the settings to take effect.
- Note that a WOFF app runs in the mobile app regardless of the Open in External Browser settings.