事前予約認証番号の確認
    • PDF

    事前予約認証番号の確認

    • PDF

    Article Summary

    事前予約認証番号の確認API

    事前予約者に送信された認証番号と入力された認証番号が一致するかを確認するAPI

    Request

    • Method:POST
    • URI:https://gamepot.apigw.ntruss.com/gpapps/v2/phone/verify
    POST
    url : https://gamepot.apigw.ntruss.com/gpapps/v2/phone/verify
    Header : 'content-type: application/json'
    data:
    {
        "projectId":"ab2775b4-cf09-4794-XXXX-XXXXXXXXXXXX",
        "categoryId":"b062a3f3-0a37-44d1-XXXX-XXXXXXXXXXXX",
        "code":"61XX",
        "to":"010XXXXXXX",
        "store":"google"
    }
    
    AttributeTypeRequiredDescription
    projectIdString-GAMEPOT SDKのprojectId
    categoryIdString-GAMEPOT事前予約ページのcategoryId
    codeString-受信した認証番号
    toString-SMS認証番号を受信する連絡先
    storeString-ストア(Google、ONE、Apple)

    Response

    成功

    {
        "code": 200,
        "error": "認証に成功しました。"
    }
    
    AttributeTypeDescription
    codeInt結果値(200:成功、404:失敗)
    errorStringエラーメッセージ

    失敗

    {
        "code": 404,
        "error": "既に登録済みの番号です。"
    }
    
    AttributeTypeDescription
    codeInt結果値(1:成功、失敗時はエラーコードを参照)
    errorStringエラー内容

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

    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.