Skip to content

Get list of all available user agents

Request

GET /v2/web-audits/user-agents
Security
API_Key
GET
/web-audits/user-agents
curl -i -X GET \
  https://api.observepoint.com/v2/web-audits/user-agents \
  -H 'Authorization: YOUR_API_KEY_HERE'

Responses

successful operation

Bodyapplication/json
Array [
labelstringrequired
namestringrequired
]
Response
[ { "label": "string", "name": "string" } ]