cURL
curl --request GET \ --url https://www.useroulette.com/api/v1/accounts/{account_id}/emails/tags \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "tags": [ { "name": "follow-up", "count": 23 }, { "name": "warm-intro", "count": 15 }, { "name": "cold-outreach", "count": 8 } ] } }
Get all tags used in emails for this account, with usage counts.
API key authentication. Generate keys from your account settings.
Include in header: Authorization: Bearer YOUR_API_KEY
Authorization: Bearer YOUR_API_KEY
The unique identifier of the account/team
List of tags
Show child attributes