GET
/v1/spotMembers/{spotMemberId}/notifications
curl \
--request GET 'https://openapi.meltingspot.io/v1/spotMembers/{spotMemberId}/notifications'
Response examples (200)
{
"items": [
{
"id": "string",
"userId": "string",
"logId": "string",
"isRead": true,
"createdAt": "2026-05-04T09:42:00Z",
"log": {
"id": "string",
"spotId": "string",
"type": "AskJoinPrivateSpot",
"body": {}
}
}
],
"hasMore": true
}