# Retrieve a browser

Endpoint: GET /v1/browsers/{id}
Version: v1
Security: x-api-key

## Path parameters:

  - `id` (string, required)
    Unique identifier for the browser

## Response 200 fields (application/json):

  - `id` (string)
    Unique identifier for the browser
    Example: "1852b6ab-0cca-4c8d-8f14-4905497504ec"

  - `employeeId` (string)
    Unique identifier for the employee
    Example: "2a2197de-ad2c-47e4-8dcb-fb0f04cf83e0"

  - `email` (string)
    Email address of the employee
    Example: "john.hill@example.com"

  - `version` (string)
    Version of the browser
    Example: "125.0.0.0"

  - `tokenType` (string)
    Type of enrollment token used
    Enum: "INDIVIDUAL", "TEAM", "LANDING_PAGE"

  - `isActive` (boolean)
    Whether the browser extension is used by a licensed employee
    Example: true

  - `browser` (any)
    The browser used by the employee
    Enum: "CHROME", "FIREFOX", "EDGE", "SAFARI", "OPERA", "BRAVE", "ARC", "ISLAND", "PRISMA_ACCESS", "UNKNOWN"

  - `os` (any)
    The OS used by the employee
    Enum: "MACOS", "WINDOWS", "LINUX", "CHROME_OS", "IOS", "ANDROID", "UNKNOWN"

  - `extensionVersion` (string)
    Version of the Push extension
    Example: "1.66.17"

  - `language` (string)
    The browser language
    Example: "en-US"

  - `profileEmail` (string)
    The email address of the signed in browser profile
    Example: "john.hill@example.com"

  - `profileSyncEnabled` (boolean)
    Whether synchronisation is enabled on the browser profile
    Example: true

  - `creationTimestamp` (integer)
    When this browser object was created, formatted as a UNIX timestamp (in seconds)
    Example: 1698669223

  - `lastOnlineTimestamp` (integer)
    When this browser was last seen, formatted as a UNIX timestamp (in seconds)
    Example: 1716290202


## Response 400 fields
