GET/security/external-browser
Gets whether to use Open in External Browser.
OAuth 2.0 authentication.
For more information, see Authentication and Authorization.
security.external-browser
security.external-browser.read
| Parameter | Type | Description |
|---|---|---|
| domainId | integer | Domain ID example : 10000001 format : int32 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| domainId | integer | Domain ID format : int32 |
| useExternalBrowser | boolean | Indicates whether to use Open in External Browser. |
example
1{2 "domainId": 10000001,3 "useExternalBrowser": false4}Bad Request
Not Found