---
title: "Scan a URL for potential malicious activity"
method: POST
path: "/sdk/{environmentId}/scan/websiteUrl"
tags: ["SDK"]
---

# Scan a URL for potential malicious activity

`POST /sdk/{environmentId}/scan/websiteUrl`

## Path parameters

- `environmentId` string, required

## Request body

- ScanWebsiteUrlRequest
  - `url` string, required

## Response `200`

Successful scan result

- ScanWebsiteUrlResponse
  - `isMalicious` boolean, nullable — Indicates whether the scanned URL is potentially malicious. Returns null if scan is inconclusive.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/dynamic/apis/dashboard-api.md) · [All operations](https://skmtc.net/dynamic/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dynamic/dashboard-api/versions/aac826315d90/schema)
