GET
/
server
/
info
Get server information
curl --request GET \
  --url https://api.melonly.xyz/api/v1/server/info \
  --header 'Authorization: <api-key>'
{
  "createdAt": 123,
  "discordGuildId": "<string>",
  "id": "<string>",
  "joinCode": "<string>",
  "name": "<string>",
  "ownerId": "<string>",
  "roles": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

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

Response

200
application/json

server information

The response is of type object.