cURL
curl --request GET \ --url https://api.melonly.xyz/api/v1/server/shifts/{shiftId} \ --header 'Authorization: <api-key>'
{ "autoEnd": true, "breakTimestamps": [ {} ], "createdAt": 123, "endedAt": 123, "endedBy": "<string>", "id": "<string>", "memberId": "<string>", "serverId": "<string>", "type": "<string>", "wave": 123 }
Get a specific shift for a server by shift ID. Requires authentication.
Type "Bearer" followed by a space and the API token.
Shift ID
successfully retrieved shift details
The response is of type object.
object