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.
Show child attributes