Admin & Hosts API
Admin operations including host management, dashboard, and impersonation.
Authentication
These routes are registered with: AdminPolicy.
Endpoints
| Method | Path | Edition | Operation | Controller |
|---|---|---|---|---|
GET | /admin/remaining-hosts | Core | Get Remaining Hosts | AdminController@getRemainingHosts |
GET | /admin/other-hosts | Core | Get Other Hosts | AdminController@getOtherHosts |
GET | /admin/all-hosts | Core | Get All Hosts | AdminController@getAllHosts |