Get all tags
Tag
Get all tags
Retrieves all tags in your team.
GET
Get all tags
Authorizations
Team API key for authentication. Find your API key in SendX Settings → Team API Key.
Example:
X-Team-ApiKey: your_team_api_key_hereQuery Parameters
Number of tags to skip
Required range:
x >= 0Maximum number of tags to return
Required range:
1 <= x <= 100Response
✅ Tags 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"