Counting your tags

Your tags collection size can be read with a HTTP GET on the count tags endpoint https://api.rebrandly.com/v1/tags/count.

GETting tags collection size

$ curl 'https://api.rebrandly.com/v1/tags/count' \
-H 'apikey: YOUR_API_KEY'
A numeric value is provided back:
{
    "count": 42
}