Endpoint
GET/analytics/summary
APIs that can be used to work with State programmatically
This API method provides aggregate metrics for your links and clicks, both for the current month and across the lifetime.
Authorization required.
curl https://state.sk/api/analytics/summary \
-H 'x-api-key: state_xxxxxxxxxx'
{
"links": { "total": 46, "month": 4 },
"clicks": { "total": 111, "month": 11}
}