Get tag by ID
Tag
Get tag by ID
Retrieves detailed information about a specific tag.
GET
Get tag by ID
Authorizations
Team API key for authentication. Find your API key in SendX Settings → Team API Key.
Example:
X-Team-ApiKey: your_team_api_key_herePath Parameters
Tag identifier to retrieve
Pattern:
^(tag_)?[a-zA-Z0-9]{22}$Response
✅ Tag retrieved successfully
Unique tag identifier with tag_ prefix
Pattern:
^tag_[a-zA-Z0-9]{22}$Example:
"tag_abc123def456ghi789"
Tag name
Example:
"VIP Customer"
Tag creation timestamp
Example:
"2024-01-20T10:30:00Z"
Tag last update timestamp
Example:
"2024-01-20T10:30:00Z"