List scan history
Scan History
List scan history
Paginated scan history for the current visitor — authenticated by session/API key, or by the anonymous session id when not logged in. Mirrors /account/history exactly. An anonymous visitor with no session id yet, or any visitor with no scans, gets a 200 with an empty page — never an error state.
GET
List scan history
Query Parameters
Page number (1-indexed).
Required range:
x >= 1Number of items per page (max 100).
Required range:
1 <= x <= 100Response
200 - application/json
OK