GET
/
server
/
members
/
discord
/
{discordId}
Get a specific member by Discord ID
curl --request GET \
  --url https://api.melonly.xyz/api/v1/server/members/discord/{discordId} \
  --header 'Authorization: <api-key>'
{
  "createdAt": 123,
  "id": "<string>",
  "roles": [
    "<string>"
  ],
  "serverId": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

discordId
string
required

Discord ID

Response

200
application/json

successfully retrieved member details

The response is of type object.