/api/v1/calendar/scheduling-assistant

API endpoint documentation

get
Tags:calendar
Operation ID: getApiV1CalendarScheduling-assistant
Query Parameters
apiKeystring
required

Your BizKitHub API key (passed as GET parameter)

codestring
required

No description available

startTimestring
required

No description available

endTimestring
required

No description available

Responses
200

No description

Base URL:
https://bizkithub.com

Example Request

fetch('https://bizkithub.com/api/v1/calendar/scheduling-assistant?apiKey=YOUR_API_KEY', {
  method: 'GET',
  headers: {
    'Content-Type': 'application/json'
  }
})

Example Response

HTTP 200Success Response
{
  "success": true,
  "data": {
    "message": "Example response"
  }
}

🔑 API Key Required

All BizKitHub API endpoints require authentication using an API key. The API key must be passed as a GET parameter in the URL for all requests.

Back to API Documentation
Last updated: August 6, 2025