Skip to content

Endpoint

  • Method: GET
  • Path: /calendars/{id}/integrations/zoom-connection
  • Edition: Pro
  • Controller: ZoomController@getZoomConnectionByCalendarId
  • Route source: fluent-booking-pro/app/Http/Routes/api.php:45
  • Policy: CalendarPolicy

Get Zoom Connection By Calendar Id

GET
/calendars/{id}/integrations/zoom-connection

Handler: ZoomController@getZoomConnectionByCalendarId. Source: fluent-booking-pro/app/Http/Routes/api.php:45.

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

id*

Id path parameter.

Type
string
Required

Responses

Successful response.

application/json
JSON
{
"data": {
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI