Query Kakao guild chat room status
POST /v2/relation/kakao/guild_status
This interface allows users to check the creation status of a Kakao guild chatroom.
Request Parameters
For the query parameters for interface calls, see Query Parameters.
| Parameters | Type | Name | Note |
|---|---|---|---|
| guildId | string | Guild ID in the game | Required |
| worldId | string | Zone ID distributed by the game server | Optional |
Request example
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"}'
Return Parameters
| Parameter | Type | Description |
|---|---|---|
| ret | uint | Return code 0: Success Others: Failure |
| msg | string | Detailed information of the result |
| linkStatus | bool | Guild chatroom creation status |
Return Sample
{
"linkStatus": false,
"msg": "success",
"ret": 0,
"seq": "1650875763-0180225064-031744-0000002397"
}