SparkPost\ResourceBase::get PHP Method

get() public method

Sends get request to API at the set endpoint.
public get ( $uri = '', $payload = [], $headers = [] )
    public function get($uri = '', $payload = [], $headers = [])
    {
        return $this->request('GET', $uri, $payload, $headers);
    }