Sailthru_Client::getSend PHP Method

getSend() public method

Get the status of a send.
public getSend ( string $send_id ) : array
$send_id string
return array API result
    public function getSend($send_id)
    {
        return $this->apiGet('send', ['send_id' => $send_id]);
    }