Label contacts and companies with custom tags for easy filtering and segmentation.
Retrieve all tags in your account.
curl -i -X GET \ https://leadgen.grinfi.io/leads/api/tags \ -H 'Authorization: Bearer <YOUR_JWT_HERE>'
List of tags.
{ "data": [ { … } ] }