Overview
HostedScan offers a comprehensive REST API at https://api.hostedscan.com/v1.
Authenticate by setting the
X-HOSTEDSCAN-API-KEY
request header as your API key.To try out the APIs with sample data, use the api key
test-data-key
. Requests made with this api key will return sample responses. For example:curl -H "X-HOSTEDSCAN-API-KEY: test-data-key" --request GET https://api.hostedscan.com/v1/scans
Status Code | Details |
200 | OK - Successful request. |
400 | Bad Request - Invalid request parameters or missing required parameters. |
401 | Unauthorized - Invalid API key. |
404 | Not Found - No resource at the requested path. |
500 | Internal Server Error - Something went wrong on our server. |
Last modified 2yr ago