You can use it for get body response
$contents = (string) $response->getBody();or$contents = $response->getBody()->getContents();