POST
/
account
/
api
/
v1
/
cdpUrl

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
apps
required

The integration you would like to use

appUserId
string
required

The ID of the user whose account to use. This should be the same ID that was passed to /link.

activityGroupId
string | null

The ID of the activity group to use. This is used for logging purposes.

proxy

Proxy configuration. Takes a server, username, and password.

cdpUrl
string | null

CDP URL to inject sessions into. Does not support proxying.

sessionDuration
integer | null

Maximum amount of time in seconds to keep the browser session active.

Response

200 - application/json
cdpUrl
string
required

The CDP URL for use with Playwright or Puppeteer

liveStreamingUrl
string | null

A URL where you can observe a live rendering of the browser session. Only available for managed sessions.