콘텐츠로 이동

스위치 상태 정보 조회



GET /api/v1/login_mapping/switch/get

개요

파라미터 추가 설명

요청 예시

curl 'https://external-api.guance.com/api/v1/login_mapping/switch/get' \
  -H 'Content-Type: application/json' \
  -H 'X-Df-Access-Key: <AK key>' \
  -H 'X-Df-Nonce: <随机字符>' \
  -H 'X-Df-Signature: <签名>' \
  -H 'X-Df-Timestamp: <时间戳>'

응답

{
    "code": 200,
    "content": {
        "isDisable": true,
        "type": "GlobalValid"
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-F37BF2D0-3A5E-4F38-90BD-2471F08146B6"
} 

문서 평가

이 페이지가 도움이 되었나요?