Get Access Summary
/api/stats/access/summary
Response
Total number of access attempts across all links
Number of successful access attempts
Number of failed access attempts
Number of attempts to access expired links
Number of unique origins that accessed links
Percentage of successful accesses (success / total * 100)
Percentage of expired accesses (expired / total * 100)
Get Hourly Access
/api/stats/access/hourly
Response
Returns an array of hourly access records:Hour of day (0-23)
Number of accesses during this hour
Get Daily Access
/api/stats/access/daily
Response
Returns an array of daily access records:Date in ISO 8601 format (YYYY-MM-DD)
Number of accesses on this date
Get Access Failures
/api/stats/access/failures
Response
Returns an array of failure records:Type of access failure. Possible values:
NOT_FOUND- Link does not existREVOKED- Link was revokedEXPIRED- Link has expiredVIEW_LIMIT_REACHED- Maximum views exceededPASSWORD_REQUIRED- Password needed but not providedINVALID_PASSWORD- Incorrect password providedUNEXPECTED_STATE- Link in unexpected state
Number of failures of this type
