Kakao Guild Room Status
POST /v2/relation/kakao/guild_status
This endpoint enables the user to check Kakao's guild chatroom creation status.
Request parameters
For query parameters, see Query parameters.
Parameter | Type | Description | Remark |
---|---|---|---|
guildId | string | Guild ID used in the game | Required |
worldId | string | World ID issued by each Game Server | Optional |
Request sample
curl -sS -X POST -H 'Content-Type: application/json' 'https://test.intlgame.com/v2/relation/kakao/guild_status?gameid=11&channelid=35&os=3&sdk_version=2.0&source=0&ts=&sig=1231231' -d '{"guildId": "test-guildid"}'
Response parameters
Parameter | Type | Description |
---|---|---|
ret | uint | Return code 0: success others: failure |
msg | string | Response message |
linkStatus | bool | Guild chatroom creation status |
Response sample
{
"linkStatus": false,
"msg": "success",
"ret": 0,
"seq": "1650875763-0180225064-031744-0000002397"
}