Skip to main content
GET
/
v1
/
events
/
troubleshootSlots
Troubleshoot Slots
curl --request GET \
  --url http://localhost:4000/v1/events/troubleshootSlots \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "slots": [
      {}
    ],
    "noOfAvailableSlots": 123
  }
}

Authorizations

Authorization
string
header
required

API key required in Authorization header. Format: iclosed-<token>

Query Parameters

Minimum string length: 1
date
string
Minimum string length: 1
timezone
string
Minimum string length: 1
selectedHost
integer

Response

Slots and count of available slots for the event on the given date

data
object
required