Return all the servers available to the client making the API request, including servers the user has access to as a subuser.
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The response is of type any[]
.