Links

Get Scans

get
https://api.hostedscan.com
/v1/scans
Get Scans
Parameters
Query
page_token
string
If there are more than 500 scans, results will be truncated. Use page_token to request additional pages of results.
Responses
200

Try it!

curl -H "X-HOSTEDSCAN-API-KEY: test-data-key" --request GET https://api.hostedscan.com/v1/scans
get
https://api.hostedscan.com
/v1/scans/:id
Get Scan
Parameters
Path
id*
string
ID of the scan to get.
Responses
200

Try it!

curl -H "X-HOSTEDSCAN-API-KEY: test-data-key" --request GET https://api.hostedscan.com/v1/scans/12345