Advance reservation participation
    • PDF

    Advance reservation participation

    • PDF

    Article Summary

    Advance reservation participation API

    The API for registration when participation in advance reservation is completed

    Request

    • Method: POST
    • URI: https://gamepot.apigw.ntruss.com/gpapps/v2/phone/join
    POST
    url : https://gamepot.apigw.ntruss.com/gpapps/v2/phone/join
    Header : 'content-type: application/json'
    data:
    {
        "projectId":"ab2775b4-cf09-4794-XXXX-XXXXXXXXXXXX",
        "categoryId":"b062a3f3-0a37-44d1-XXXX-XXXXXXXXXXXX",
        "code":"61XX",
           "from":"02XXXXXXXX",
        "to":"010XXXXXXX",
        "store":"google",
            "tag":""
    }
    
    AttributeTypeRequiredDescription
    projectIdString-GAMEPOT SDK's projectId
    categoryIdString-GAMEPOT advance reservation page's categoryId
    codeString-Received verification code
    fromString-Approved caller ID
    toString-Contacts to receive SMS verification code
    storeString-Store (Google, ONE, Apple)
    tagString-Other information (information such as inflow channel)

    Response

    Success

    {
        "code": 200,
        "error": "Authentication succeeded."
    }
    
    AttributeTypeDescription
    codeIntResult (200: success, 404: failure)
    errorStringError message

    Failure

    {
        "code": 404,
        "error": "This number already exists."
    }
    
    AttributeTypeDescription
    codeIntResult (1: success, refer to the error code in case of failure)
    errorStringError message

    Was this article helpful?

    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.