프로젝트

일반

사용자정보

Actions

CheckAuthForB2B

요청한 did가 snplab 또는 기업의 did인지 확인합니다.

checkAuthForB2B(
did: String
): CommandResponse

did

field type description
did String snplab 또는 b2b의 did

CommandResponse

field type description note
command String 요청 Command 유형 값: authCheck

Request Example

query{
    checkAuthForB2B(did:"G5rw9qAMbozGxySHkMaztD"){
        command
    }
}

Response Example

{
    "data": {
        "checkAuthForB2B": {
            "command": "authCheck" 
        }
    }
}

이름없음이(가) 약 4년 전에 변경 · 12 revisions

클립보드 이미지 추가 (최대 크기: 97.7 MB)