POST
/
{workspaceId}
/
projects
/
{projectName}
/
auth-sessions
/
recorder
/
start

Authorizations

x-api-key
string
headerrequired

API Key used to authenticate your requests. How to create one.

Path Parameters

workspaceId
string
required

Your workspace ID. How to find it?

projectName
string
required

Your project name. It is the name you provide when creating a project.

Body

application/json
authSessionId
string

Auth session id, could be an existing auth session to update it, or a new id to create a new session.

proxy
string

Proxy URL following this format http://username:password@domain:port

Response

201 - application/json
recorder_url
string
required