Authorizations
API key passed in the header
Body
application/json
Session-related configurations.
Browser-specific configurations.
Array of integrations to load in the browser session. Integrations must be previously created using the Integrations API.
Example:
[
  {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "type": "1PASSWORD",
    "configuration": { "load_mode": "all" }
  }
]Response
Successfully returned a browser object

