Skip to content

Endpoint

  • Method: GET
  • Path: /integrations/{host_id}/settings
  • Edition: Pro
  • Controller: IntegrationSettingsController@index
  • Route source: fluent-booking-pro/app/Http/Routes/api.php:80
  • Policy: SettingsPolicy

Index

GET
/integrations/{host_id}/settings

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

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Path Parameters

host_id*

Host Id path parameter.

Type
string
Required

Responses

Successful response.

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

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI