Read-only

List Contact Tags

Lists all tags defined for the account, returning each tag's id, name, and color. Returns an empty array when no tags exist yet. The returned tag_id is what you pass to add_contact_tag to apply a tag to a contact.

list_tagsGET/api/v1/tags
crispy — bash

Example prompt: Show me all the tags in my account with their colors

[
  {
    "id": "tag_8f2a1c",
    "name": "vip",
    "color": "#FF5733"
  },
  {
    "id": "tag_3b9d44",
    "name": "warm-lead",
    "color": "#22C55E"
  }
]
Permission scope
read only, core
Access
Read-only
Category
Lead Management

What you can build

Review your full tag taxonomy before starting a new segmentation pass
Pull tag IDs your AI agent needs to apply or remove labels on contacts
Spot duplicate or unused tags that should be merged or deleted
Build a color-coded overview of how your contacts are currently organized

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.