cURL
curl --request GET \ --url https://api.melonly.xyz/api/v1/server/loas/{loaId} \ --header 'Authorization: <api-key>'
{ "cancelledAt": 123, "createdAt": 123, "denyReason": "<string>", "endAt": 123, "endedAt": 123, "endedBy": "<string>", "expiredAt": 123, "extensionRequests": [ {} ], "id": "<string>", "memberId": "<string>", "reason": "<string>", "reasonHistory": [ {} ], "reviewedAt": 123, "reviewedBy": "<string>", "serverId": "<string>", "startAt": 123, "startType": 123, "startedAt": 123, "status": 123 }
Get a specific LOA (Leave of Absence) by LOA ID.
Type "Bearer" followed by a space and the API token.
LOA ID
Successfully retrieved LOA details
The response is of type object.
object