``` public function listTags(int $id) { $req = $this->client ->getClient() ->get('/api/3/contacts/' . $id . '/contactTags' ); return $req->getBody()->getContents(); } ```