Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Responses
application/json {"statusCode":200,"status":true,"message":"Meetings fetched successfully","response":{"data":[{"_id":"68887da4c4fc848fe8d7d797","startTime":"2025-08-01T09:30:00.000Z","endTime":"2025-08-01T10:30:00.000Z","status":"completed","customerName":"Satya","customerId":"U231158741","shopName":"Ejoyshop1","state":"Telangana","city":"Hyderabad","logo":"https://ejoyshopdevbucket.s3.ap-south-1.amazonaws.com/images/74ynxuvbnHlG.jpeg","bookingId":"M250749967"}],"currentPage":1,"totalPages":1,"totalData":1}}
Modified at 2025-07-30 04:57:34