Show a tag.
Note that tags are referred to as groups in the Essential user interface.
Response format | JSON |
---|---|
Requires authentication? | Yes |
curl -X GET \
-u '[SID]:[TOKEN]' \
'https://api.essential.to/v2/account/tags/oN0vsJAIX3UHRhmoDd8UNA'
# Sample response
{
"name": "Bulldog buddies",
"created_at": "2017-02-15T23:20:00.123Z",
"updated_at": "2017-02-15T23:20:00.123Z",
"canonical_name": "bulldog_buddies",
"deleted_at": null,
"sid": "oN0vsJAIX3UHRhmoDd8UNA",
"account_sid": "RsbrYCSo2m0sShMLOlZqtw",
"channel_sid": "sRhvpNDGZwyDeH-YRZIr9A",
"num_subscribers_total": 27,
"num_subscribers_active": 26
}
Python coming soon.
Node coming soon.