POST
/
sdk
/
{environmentId}
/
scan
/
websiteUrl
curl --request POST \
  --url https://app.dynamicauth.com/api/v0/sdk/{environmentId}/scan/websiteUrl \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "https://website-sample.com"
}'
{
  "isMalicious": true
}

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Body

application/json
url
string
required
Maximum length: 255

Response

200
application/json
Successful scan result
isMalicious
boolean
required

Indicates whether the scanned URL is potentially malicious