GET
/
user-agents
curl --request GET \
  --url https://api.urldna.io/user-agents \
  --header 'Authorization: <api-key>'
[
  {
    "user_agent": "<string>",
    "device": "DESKTOP",
    "browser": "<string>",
    "share": 123
  }
]

Authorizations

Authorization
string
header
required

Response

200
application/json

List of available user agents retrieved successfully.

The response is of type object[].