Back to changelog
February 05, 2025
The Socket API now includes new API scopes to control access to historical alert data:
alerts:list
– Required to fetch a list of historical alerts via GET /v0/orgs/:org_slug/alerts/historical
alerts:trend
– Required to fetch historical alert trend data via GET /v0/orgs/:org_slug/alerts/historical/trend
These new scopes allow API tokens to be granted permission specifically for historical alert queries, ensuring better access control and security.