Skip to content

Endpoint

  • Method: POST
  • Path: /calendars/{id}/integrations/remote-calendars/sync-settings
  • Edition: Pro
  • Controller: IntegrationSettingsController@syncCreatbleRemoteCalSettings
  • Route source: fluent-booking-pro/app/Http/Routes/api.php:40
  • Policy: CalendarPolicy

Sync Creatble Remote Cal Settings

POST
/calendars/{id}/integrations/remote-calendars/sync-settings

Handler: IntegrationSettingsController@syncCreatbleRemoteCalSettings. Source: fluent-booking-pro/app/Http/Routes/api.php:40.

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

Request Body

application/json
JSON
{
}

Responses

Successful response.

application/json
JSON
{
"message": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI