cURL
curl --request GET \ --url https://api.urldna.io/v1/user-agents \ --header 'Authorization: <api-key>'
[ { "user_agent": "<string>", "device": "DESKTOP", "browser": "<string>", "share": 123 } ]
Fetch a list of user agents that can be used for scanning.
List of available user agents retrieved successfully.
The response is of type object[].
object[]