Logo
Server Header Checker API Documentation

Get Scan Status

GET {{domain}}/api/v1/queue/status/2NMTV8Y36HNJMYCUBYNMRFPD

Scan Id refers to unique id from previous api.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 




RESPONSES

status OK

{ "status": "success", "message": "Here is the scan status", "data": { "id": 10, "scan_id": "3CQCCDDKCEMMHDILQ1PGGBAE", "target": "https://teentechies.in", "options": "{\"sleep\":0,\"sqli\":{\"blind_injection_timeout\":5}}", "result": { "headers": [ { "name": "Strict-Transport-Security", "status": "valid", "message": "This header is seems to be present and value also seem to be valid." }, { "name": "X-Frame-Options", "status": "missing", "message": "This header is missing." }, { "name": "X-XSS-Protection", "status": "missing", "message": "This header is missing." }, { "name": "X-Content-Type-Options", "status": "valid", "message": "This header is seems to be present and value also seem to be valid." }, { "name": "public-key-pins", "status": "missing", "message": "This header is missing." }, { "name": "Content-Security-Policy", "status": "missing", "message": "This header is missing." }, { "name": "Referrer-Policy", "status": "missing", "message": "This header is missing." }, { "name": "expect-ct", "status": "missing", "message": "This header is missing." }, { "name": "Content-Type", "status": "valid", "message": "This header is seems to be present and value also seem to be valid." }, { "name": "access-control-allow-origin", "status": "missing", "message": "This header is missing." }, { "name": "X-Powered-By", "status": "missing", "message": "This header is missing." }, { "name": "access-control-allow-credentials", "status": "missing", "message": "This header is missing." }, { "name": "Pragma", "status": "missing", "message": "This header is missing." }, { "name": "Cache-Control", "status": "missing", "message": "This header is missing." }, { "name": "permissions-policy", "status": "missing", "message": "This header is missing." }, { "name": "nel", "status": "missing", "message": "This header is missing." }, { "name": "Report-To", "status": "valid", "message": "This header is seems to be present and value also seem to be valid." }, { "name": "X-Permitted-Cross-Domain-Policies", "status": "missing", "message": "This header is missing." }, { "name": "Cross-Origin-Opener-Policy", "status": "missing", "message": "This header is missing." } ], "dns": { "all_records": { "NS"
Curl
curl -X GET 'domain/api/v1/queue/status/2NMTV8Y36HNJMYCUBYNMRFPD'

ENDPOINTS