Powered by Mintlify
Auto-generate your docs
Retrieve all events for the authenticated user
GET /api/events
curl -X GET https://api.brautcloud.com/api/events \
-H "Authorization: Bearer YOUR_JWT_TOKEN"
[
{
"id": 1,
"eventName": "Summer Wedding",
"location": "Garden Venue",
"date": "2026-07-15T14:00:00",
"userId": 123,
"coupleName": "Sarah & Michael"
},
{
"id": 2,
"eventName": "Beach Ceremony",
"location": "Sunset Beach",
"date": "2026-09-20T16:30:00",
"userId": 123,
"coupleName": "Sarah & Michael"
}
]