# Available User Agents

Get grouped user agents to use with the Scan API.

Endpoint: GET /api/v1/userAgents
Version: 1.0.0
Security: apikeyAuth

## Response 200 fields (application/json):

  - `userAgents` (array, required)

  - `userAgents.group` (string, required)
    Browser or device group name

  - `userAgents.useragents` (array, required)
    Array of user agent strings for this group


