cURL
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": [ {} ] }
Returns detailed information about the current server
Type "Bearer" followed by a space and the API token.
server information
The response is of type object.
object