MENU
      본인인증 결과 조회

        본인인증 결과 조회


        기사 요약

        본인 인증된 결괏값을 조회할 수 있습니다.

        요청

        GET https://plugin.gamepot.io/v1/certifications/{orderID}
        HTTP

        요청 헤더

        헤더명필수 여부설명
        X-API-KEYOGamePot에서 발급하는 인증키 값
        X-PROJECT-IDO프로젝트 ID

        응답

        필드명타입설명
        project_idString프로젝트 ID
        plugin_idString플러그인 ID
        user_idString사용자 ID
        nameString이름
        genderInt성별
        birthInt생년월일
        phoneString핸드폰 번호
        tidStringTID
        ciStringCI
        diStringDI
        order_idString주문번호
        userdataString사용자 데이터
        createdAtDate입력일

        예시

        요청 예시

        curl --location --request GET 'https://plugin.gamepot.io/v1/certifications/[ORDER-ID]' \
        --header 'X-API-KEY: [X-API-KEY]' \
        --header 'X-PROJECT-ID: [PROJECT-ID]' \
        --data-raw ''
        HTTP

        응답 예시

        {
            "_id": "61f23bca9xxxxxxx",
            "project_id": "ab2775b4-xxxx-xxxx-xxxx-xxxxxxxxx",
            "plugin_id": "61dxxxxxxxx",
            "user_id": "djd827hd-xxxx-xxxx-xxxx-xxxxxxxx",
            "name": "홍길동",
            "gender": "1",
            "birth": "1979xxxx",
            "phone": "010xxxxxxxx",
            "tid": "20220xxxxxxxxxxxxxxx",
            "ci": "PPfDvGpApYltvl5cN+xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
            "di": "MC0GCCqGSIb3Dxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
            "order_id": "ODe1c6e1xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
            "userdata": "",
            "createdAt": "2022-01-27T06:29:30.000Z"
        }
        HTTP

        오류 코드

        OrderID가 존재하지 않을 경우 아래와 같이 리턴됩니다.

        {
          "status": -1,
          "message": "orderId is not found"
        }
        Plain text

        이 문서가 도움이 되었습니까?

        Changing your password will log you out immediately. Use the new password to log back in.
        First name must have atleast 2 characters. Numbers and special characters are not allowed.
        Last name must have atleast 1 characters. Numbers and special characters are not allowed.
        Enter a valid email
        Enter a valid password
        Your profile has been successfully updated.