GET
/
server
/
applications
Get server applications
curl --request GET \
  --url https://api.melonly.xyz/api/v1/server/applications \
  --header 'Authorization: <api-key>'
{
  "data": [
    {
      "acceptanceRemoveRoles": [
        "<string>"
      ],
      "acceptingResponses": true,
      "approvalRoles": [
        "<string>"
      ],
      "banAppeal": 123,
      "banAppealNote": true,
      "bannerKey": "<string>",
      "blockedDiscordRoles": [
        "<string>"
      ],
      "closedMessage": "<string>",
      "collectRobloxAccount": true,
      "color": "<string>",
      "cooldown": 123,
      "createdAt": 123,
      "denialRemoveRoles": [
        "<string>"
      ],
      "denialRoles": [
        "<string>"
      ],
      "description": "<string>",
      "eventsChannelId": "<string>",
      "guildMemberAge": 123,
      "id": "<string>",
      "inviteOnApproval": true,
      "lastUpdated": 123,
      "maxLogs": 123,
      "presets": [
        {}
      ],
      "questions": {},
      "requireApprovedReason": true,
      "requireDiscordMember": true,
      "requiredDenialReason": true,
      "requiredDiscordRoles": [
        "<string>"
      ],
      "resultsChannelId": "<string>",
      "resultsMentionUser": true,
      "revealReviewer": true,
      "reviewOnlyRoles": [
        "<string>"
      ],
      "reviewerRoles": [
        "<string>"
      ],
      "robloxGroupId": "<string>",
      "sections": [
        {}
      ],
      "serverId": "<string>",
      "stageResponses": true,
      "submissionMessage": "<string>",
      "submitMentionRoles": [
        "<string>"
      ],
      "title": "<string>"
    }
  ],
  "page": 1,
  "pageSize": 10,
  "total": 100,
  "totalPages": 10
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and the API token.

Response

200
application/json

successfully retrieved paginated applications

The response is of type object.