Skip to main content
GET
/
v0
/
scans
/v0/scans
curl --request GET \
  --url https://example.com/api/scan/v0/scans
{
  "scans": [
    {
      "domainId": "<string>",
      "scans": [
        {
          "publicUrl": "<string>",
          "svName": "<string>"
        }
      ]
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Response

200 - application/json

ok

scans
object[]
required