Skip to content

List tags

Request

Retrieve all tags in your account.

Security
bearerAuth
GET
/leads/api/tags
curl -i -X GET \
  https://leadgen.grinfi.io/leads/api/tags \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

List of tags.

Bodyapplication/json
dataArray of objects(tag)
Response
{ "data": [ {} ] }