Retrieve a list of browser objects
Security
x-api-key
GET
curl -i -X GET \
https://api.pushsecurity.com/v1/browsers \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "result": [ { "id": "1852b6ab-0cca-4c8d-8f14-4905497504ec", "employeeId": "2a2197de-ad2c-47e4-8dcb-fb0f04cf83e0", "email": "john.hill@example.com", "version": "125.0.0.0", "tokenType": "INDIVIDUAL", "isActive": true, "browser": "CHROME", "os": "MACOS", "extensionVersion": "1.66.17", "language": "en-US", "profileEmail": "john.hill@example.com", "profileSyncEnabled": true, "creationTimestamp": 1698669223, "lastOnlineTimestamp": 1716290202 } ], "paging": { "moreResults": true, "next": "501", "nextToken": "0b9972aa-fe8d-4095-82d3-2e13cf3cfd43" } }