Endpoint
- Method:
GET - Path:
/calendars/{id}/integrations/general_integration_feed - Edition: Pro
- Controller:
IntegrationSettingsController@getGeneralIntegrationFeed - Route source:
fluent-booking-pro/app/Http/Routes/api.php:70 - Policy:
CalendarPolicy
Get General Integration Feed
GET
/calendars/{id}/integrations/general_integration_feed
Handler: IntegrationSettingsController@getGeneralIntegrationFeed. Source: fluent-booking-pro/app/Http/Routes/api.php:70.
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
Requiredstring
Responses
Successful response.
application/json
JSON
{
"data": {
}
}