Endpoint
- Method:
GET - Path:
/admin/all-hosts - Edition: Core
- Controller:
AdminController@getAllHosts - Route source:
fluent-booking/app/Http/Routes/api.php:55 - Policy:
AdminPolicy
Get All Hosts
GET
/admin/all-hosts
Handler: AdminController@getAllHosts. Source: fluent-booking/app/Http/Routes/api.php:55.
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
}