GET/security/external-browser

Gets whether to use Open in External Browser.

Authorization

Authorization

OAuth 2.0 authentication.
For more information, see Authentication and Authorization.

Scope

security.external-browser
security.external-browser.read

HTTP Request

GEThttps://www.worksapis.com/v1.0/security/external-browser

Query Parameters

ParameterTypeDescription
domainId integer 

Domain ID


example : 10000001
format : int32 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 200

OK

PropertyTypeDescription
domainId integer 

Domain ID


format : int32 
useExternalBrowser boolean 

Indicates whether to use Open in External Browser.

 

Response Example

example

1{2  "domainId": 10000001,3  "useExternalBrowser": false4}

HTTP 400

Bad Request

HTTP 404

Not Found