system_info
GET
/v1/system/info
const url = 'https://example.com/v1/system/info';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/v1/system/infoResponses
Section titled “ Responses ”Host, device, and build information