GET/security/external-browser
외부 브라우저로 열기 사용 여부를 조회한다
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증를 참고한다.
security.external-browser
security.external-browser.read
| Parameter | Type | Description |
|---|---|---|
| domainId | integer | 도메인 ID example : 10000001 format : int32 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| domainId | integer | 도메인 ID format : int32 |
| useExternalBrowser | boolean | 외부 브라우저로 열기 사용 여부 |
example
1{2 "domainId": 10000001,3 "useExternalBrowser": false4}Bad Request
Not Found