If game profile information is linked in the Hive community, the API must be developed according to the protocol below.

Account Profile Search

  • Request URL
    Commercial URL https://${URL}/profile/get-player
    Test URL https://${URL}/profile/get-player
  • Request Body
    Field Name Description Type Required
    pid User’s PlayerID string Y
  • Response
    Field Name Description Description Type
    Result code API Processing Results

    100: SUCESS, Successful

    101: INVALID REQUEST, When missing required key value

    102: NOT_EXIST_USER, When the user doesn’t exist

    Integer
    msg Result Message String
    Params pid User’s PlayerID String
    nickname User’s Nickname String
    p_image User’s Profile Image URL String

Profile Image List Search

  • Request URL
    Commercial URL https://${URL}/profile/get-image-list
    Test URL https://${URL}/profile/get-image-list
  • Response
    Field Name Description Description Type
    Result code API Processing Results

    100: SUCESS, Successful

    101: INVALID REQUEST, When missing required key value

    102: NOT_EXIST_USER, When the user doesn’t exist

    Integer
    msg Result Message String
    Params total Number of Searched Lists String
    list Profile Image Infomation String