diff --git a/src/Infusionsoft/Api/Rest/ContactService.php b/src/Infusionsoft/Api/Rest/ContactService.php index daf602c..7cddf02 100644 --- a/src/Infusionsoft/Api/Rest/ContactService.php +++ b/src/Infusionsoft/Api/Rest/ContactService.php @@ -82,4 +82,12 @@ public function removeTags($tagIds) } + public function model() + { + $data = $this->client->restfulRequest('get', $this->getFullUrl('model')); + $this->fill($data); + + return $this; + } + } \ No newline at end of file