urlscan Pro - Change the visibility of a scan owned by you or your team.
Security
apikeyAuth(Required scopes: readwrite)
PUT
curl -i -X PUT \
'https://urlscan.io/api/v1/result/{scanId}/visibility/' \
-H 'Content-Type: application/json' \
-H 'api-key: YOUR_API_KEY_HERE' \
-d '{
"visibility": "public"
}'Response
{ "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f", "message": "Visibility updated", "visibility": "public" }