Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"categories": ["Jeans"],
"invitees": [{"type":"mobileNumber","mobileNumber": "+919639639636"}, {"type":"email","email": "example@gmail.com"},{"type":"customerId","customerId":"6842baf38aaeba606c774c4f"}],
"occasion": "Holi",
"priceRange": {"min": 941, "max": 22807, "currency": "INR"},
"slot": {"startTime": "2025-08-01T09:00:00+05:30", "endTime": "2025-08-01T10:00:00+05:30"}
}
Responses
application/json Modified at 2025-07-30 04:08:50