cURL
curl --request POST \ --url https://api.watchmantower.com/public/anon/domain-snapshot \ --header 'Content-Type: application/json' \ --data '{ "domain": "watchmantower.com" }'
{ "success": true, "message": "Domain snapshot requested", "data": { "snapshotId": "698c26794f35dc691678121", "status": "pending", "pollAfterMs": 1500, "isExisting": false, "next": { "method": "GET", "url": "/public/anon/domain-snapshot/698c26794f35dc691678121" } }, "code": 202 }
Creates a domain snapshot request. Returns snapshotId and polling hint. Anonymous, rate-limited.
"watchmantower.com"
Snapshot request accepted (pending)
true
Show child attributes
"Domain snapshot requested"
202