Server List Integration

When the user enters the ONE webshop detail page, the Webshop retrieves and displays the game server list in real time.

circle-info

If items must be delivered to a specific server, the developer must provide a Server List API. This API is called in real time on the Webshop detail page, and when the user completes a purchase, the selected server information is included in the PNS message.

The server list is displayed to users only if the following field is set during title registration: Developer Center > Webshop > Main Info > Purchase Input Information = Purchase Identifier + Server

Request URI

HTTP Type

HTTPS

HTTP Method

POST

URL

You can register the server URL in Developer Center > Webshop > Integration Mgmt. For setup instructions, refer to the Integration Management Guide.

Header

Content-Type: application/json; charset=UTF-8

Accept: application/json

Request

Name
Type
Mandatory
Description

param.clientId

String

M

ONE webshop Title ID (Product ID)

Response

Name
Type
Mandatory
Description

result.code

String

M

"0000": Success

"2000": Error

result.message

String

M

serverList[]

List

M

Server List

serverList[].serviceServerName

String

M

Server Name

serverList[].serviceServerId

String

M

Server ID

Last updated