GET
curl -i -X GET \
'https://api.pushsecurity.com/v1/browsers/{id}' \
-H 'x-api-key: YOUR_API_KEY_HERE'OK
The browser used by the employee
Enum:"CHROME""FIREFOX""EDGE""SAFARI""OPERA""BRAVE""ARC""ISLAND""PRISMA_ACCESS""ATLAS"
The OS used by the employee
Enum:"MACOS""WINDOWS""LINUX""CHROME_OS""IOS""ANDROID""UNKNOWN"
The email address of the signed in browser profile
Example:"john.hill@example.com"
When this browser object was created, formatted as a UNIX timestamp (in seconds)
Example:1698669223
Response
{ "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 }