本人認証結果の照会
    • PDF

    本人認証結果の照会

    • PDF

    Article Summary

    本人認証の結果値を照会します。

    リクエスト

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

    リクエストヘッダ

    ヘッダ名要否説明
    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 ''
    
    

    レスポンス例

    {
        "_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"
    }
    

    エラーコード

    OrderIDが存在しない場合、以下のようにリターンされます。

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

    この記事は役に立ちましたか?

    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.