Browser Sessions
Start Browser Session
Allocates a new browser session for the user, with optional configurations for ad-blocking, captcha solving, proxy usage, and idle timeout.
post/v1/sessions
Request body
Example request
{
"integrations": [
{
"id": "550e8400-e29b-41d4-a716-446655440000",
"type": "1PASSWORD",
"configuration": {
"load_mode": "all"
}
}
],
"identities": [
{
"id": "123e4567-e89b-12d3-a456-426614174000"
}
]
}Response
Successfully returned a browser object