cURL
curl --request GET \ --url http://localhost:4000/v1/events/troubleshootSlots \ --header 'Authorization: Bearer <token>'
200
Example
{ "data": { "slots": [ {} ], "noOfAvailableSlots": 123 } }
Returns available slots for an event on a given date for troubleshooting
API key required in Authorization header. Format: iclosed-<token>
iclosed-<token>
1
Slots and count of available slots for the event on the given date
Show child attributes