Counting your scriptsYour scripts collection size can be read with a HTTP GET on the count scripts endpoint https://api.rebrandly.com/v1/scripts/count. GETting scripts collection size cURL$ curl 'https://api.rebrandly.com/v1/scripts/count' \ -H 'apikey: YOUR_API_KEY' A numeric value is provided back: JSON{ "count": 42 } Copy Page