GET/v1/scans
List all scans for your account, paginated.
Parameters
- limitintegerMax results per page (default 20, max 100)
- statusstringFilter by status: pending | active | resolved
- platformstringFilter by platform slug (e.g. onlyfans, instagram)
Example response
{
"data": [
{
"id": "scan_01J8XKPQR7TNMV3W9Y4Z",
"status": "active",
"platform": "telegram",
"url": "https://t.me/leakschannel/4821",
"detected_at": "2026-08-08T14:32:00Z",
"severity": "high",
"takedown_filed": true
}
],
"meta": {
"total": 287,
"page": 1,
"per_page": 20
}
}