Fetch a list of supported viewport dimensions for scans.
curl --request GET \ --url https://api.urldna.io/viewports \ --header 'Authorization: <api-key>'
[ { "device": "DESKTOP", "width": 123, "height": 123 } ]
Type of device used for the viewport.
DESKTOP
MOBILE
Width of the viewport in pixels.
Height of the viewport in pixels.