SparkPost\SparkPostException::getBody PHP Method

getBody() public method

Returns the body.
public getBody ( ) : array
return array $body - the json decoded body from the http response
    public function getBody()
    {
        return $this->body;
    }
SparkPostException