API Endpoint to get available and used API quotas.
Security
apikeyAuth(Required scopes: readwrite)
GET
curl -i -X GET \
https://urlscan.io/api/v1/quotas \
-H 'api-key: YOUR_API_KEY_HERE'Response
{ "scope": "team", "limits": { "private": { … }, "public": { … }, "retrieve": { … }, "search": { … }, "unlisted": { … }, "livescan": { … }, "liveshot": { … }, "maxRetentionPeriodDays": 90, "privateIncidentCreate": { … }, "unlistedIncidentCreate": { … }, "privateIncidentOpen": 100, "unlistedIncidentOpen": 200, "maxSearchRangeMonths": 6, "maxSearchResults": 10000, "products": [ … ], "features": [ … ], "queryableFields": [ … ], "queryVisibility": [ … ] } }