POST
/
domain-snapshot
/
{snapshotId}
/
report-24h
Request a 24h domain report (email)
curl --request POST \
  --url https://api.watchmantower.com/public/anon/domain-snapshot/{snapshotId}/report-24h \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "[email protected]"
}'
{
  "success": true,
  "message": "Report scheduled successfully. You will receive an email once the report is ready.",
  "code": 200
}
Create a new 24-hour domain snapshot report.

Path Parameters

snapshotId
string
required

Snapshot id returned by POST /domain-snapshot/{snapshotId}/report-24h

Body

application/json
email
string<email>
required

Response

Report scheduled

success
boolean
required
Example:

true

message
string
required
Example:

"Report scheduled successfully. You will receive an email once the report is ready."

code
number
required
Example:

200