cURL
curl --request GET \ --url https://your-domain.com/api/client/v1/servers/{id}/console \ --header 'Authorization: Bearer <token>'
{ "lines": [ "<string>" ], "count": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Server UUID.
1 <= x <= 500
Console output