Identity authentication result query
    • PDF

    Identity authentication result query

    • PDF

    Article Summary

    Querying the result value of an identity authentication

    Requests

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

    Request headers

    Header nameRequirement statusDescription
    X-API-KEYOAuthentication key value issued via GAMEPOT
    X-PROJECT-IDOProject ID

    Responses

    Field nameTypeDescription
    project_idStringProject ID
    plugin_idStringPlugin ID
    user_idStringUser ID
    nameStringName
    genderIntGender
    birthIntDate of birth
    phoneStringCell phone number
    tidStringTID
    ciStringCI
    diStringDI
    order_idStringOrder number
    userdataStringUser data
    createdAtDateInput date

    Examples

    Request examples

      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 ''
    
    

    Response examples

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

    Errors

    The following is returned if orderID does not exist:

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

    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.