GetRelationshipsByBot

GET /bot/clans/{discordid}/relationships

Return the list of relationships for the clan

Responses

  • 200 application/json

    Default Response

    Hide response attributes Show response attributes object
  • 400 application/json

    Bad Request

    Bad Request

  • 401 application/json

    Unauthorized

    Unauthorized

  • 503 application/json

    Service Unavailable

    Service Unavailable

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