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

Available options:
amazon,
delta,
doordash,
facebook,
github,
instacart,
instagram,
linkedin,
opentable,
twitter,
resy,
uber,
united_airlines,
example
appUserId
string
required

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

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.