Skip to content

Tags

Flexible tagging system for categorizing and organizing contacts.

Features:

  • Add/remove tags from contacts
  • List all tags with usage counts
  • Bulk tag operations
  • Filter contacts by tags
  • Use in segment filters

Best Practices:

  • Use lowercase, hyphenated names (e.g., "early-adopter")
  • Create tags for lifecycle stages ("trial", "paid", "churned")
  • Tag by acquisition source ("webinar-2024", "partner-referral")
  • Tag by interests or preferences ("product-updates", "newsletters")

List all tags

Request

Get all unique tags used in your contacts with usage statistics.

Security
ApiKeyAuth
curl -i -X GET \
  https://api.mailerlogic.net/api/v1/contacts/tags \
  -H 'X-API-Key: YOUR_API_KEY_HERE'

Responses

Tags retrieved successfully

Bodyapplication/json
successboolean
Example:true
dataArray of objects
Response
{ "success": true, "data": [ {} ] }