POST
/
domains
/
{domainId}
/
analyze-anomalies
Analyze domain anomalies
curl --request POST \
  --url https://app.pulseguard.nl/api/domains/{domainId}/analyze-anomalies \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>",
  "data": {
    "analysis_id": "<string>",
    "status": "completed",
    "anomalies_found": 123
  }
}

Authorizations

Authorization
string
header
required

API token generated from your PulseGuard dashboard

Path Parameters

domainId
integer
required

Domain ID

Response

200
application/json

Anomaly analysis completed successfully

The response is of type object.