Integrations API
Global integration configuration (Zoom, Google, Outlook, Apple, FluentCRM, webhooks).
Authentication
These routes are registered with: SettingsPolicy.
Endpoints
| Method | Path | Edition | Operation | Controller |
|---|---|---|---|---|
GET | /integrations | Core | Index | IntegrationController@index |
POST | /integrations | Core | Update | IntegrationController@update |
GET | /integrations/{host_id}/settings | PRO | Index | IntegrationSettingsController@index |
POST | /integrations/{host_id}/settings | PRO | Update | IntegrationSettingsController@update |
POST | /integrations/{host_id}/disconnect | PRO | Revoke | IntegrationSettingsController@revoke |
GET | /integrations/menu | PRO | Get Integrations Menu | IntegrationSettingsController@getIntegrationsMenu |
GET | /integrations/zoom/connected-users | PRO | Get | ZoomController@get |
POST | /integrations/zoom/save-user-account | PRO | Save | ZoomController@save |
POST | /integrations/zoom/disconnect | PRO | Disconnect By Connect Id | ZoomController@disconnectByConnectId |