Endpoint
- Method:
GET - Path:
/integrations - Edition: Core
- Controller:
IntegrationController@index - Route source:
fluent-booking/app/Http/Routes/api.php:90 - Policy:
SettingsPolicy
Integration Index
GET
/integrations
Handler: IntegrationController@index. Source: fluent-booking/app/Http/Routes/api.php:90.
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
}