Skip to content

Endpoint

  • Method: GET
  • Path: /integrations/zoom/connected-users
  • Edition: Pro
  • Controller: ZoomController@get
  • Route source: fluent-booking-pro/app/Http/Routes/api.php:86
  • Policy: SettingsPolicy

Get

GET
/integrations/zoom/connected-users

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

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Responses

Successful response.

application/json
JSON
{
"data": [
{
}
],
"total": 0,
"per_page": 0,
"current_page": 0,
"last_page": 0,
"from": 0,
"to": 0
}

Playground

Authorization

Samples

Powered by VitePress OpenAPI