GET/security/external-browser

외부 브라우저로 열기 사용 여부를 조회한다

Authorization

Authorization

OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.

Scope

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

HTTP Request

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

Query Parameters

ParameterTypeDescription
domainId integer 

도메인 ID


example : 10000001
format : int32 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 200

OK

PropertyTypeDescription
domainId integer 

도메인 ID


format : int32 
useExternalBrowser boolean 

외부 브라우저로 열기 사용 여부

 

Response Example

example

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

HTTP 400

Bad Request

HTTP 404

Not Found