GetRequests

GET /clans/{clanid}/requests/

Return the list of requests for entry to 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

  • 404 application/json

    Not Found

    Not Found

  • 503 application/json

    Service Unavailable

    Service Unavailable

GET /clans/{clanid}/requests/
curl \
 --request GET 'http://api.example.com/clans/{clanid}/requests/' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "discordid": "string",
    "nickname": "string",
    "discordtag": "string",
    "leaderid": "string",
    "message": "string"
  }
]
Response examples (400)
string
Response examples (401)
string
Response examples (404)
string
Response examples (503)
string