GetRelationshipsByBot
Return the list of relationships for the clan
Path parameters
-
discordid
string Required
GET
/bot/clans/{discordid}/relationships
curl \
--request GET 'http://api.example.com/bot/clans/{discordid}/relationships' \
--header "apiKey: $API_KEY"
Response examples (200)
[
{
"leaderid": "string",
"id": 42,
"typed": 42,
"flagcolor": "string",
"name": "string",
"symbol": "string"
}
]
Response examples (400)
string
Response examples (401)
string
Response examples (503)
string