cURL
curl --request GET \ --url https://api.sendx.io/api/v1/rest/tag/{identifier} \ --header 'X-Team-ApiKey: <api-key>'
{ "id": "tag_abc123def456ghi789", "name": "VIP Customer", "created": "2024-01-20T10:30:00Z", "updated": "2024-01-20T10:30:00Z" }
Retrieves detailed information about a specific tag.
Team API key for authentication. Find your API key in SendX Settings → Team API Key.
Example:
X-Team-ApiKey: your_team_api_key_here
Tag identifier to retrieve
✅ Tag retrieved successfully
Unique tag identifier with tag_ prefix
"tag_abc123def456ghi789"
Tag name
"VIP Customer"
Tag creation timestamp
"2024-01-20T10:30:00Z"
Tag last update timestamp
Was this page helpful?