Auth Sessions APIs
Start recorder session for an auth session
create a recording session for a specific auth session
POST
/
{workspaceId}
/
projects
/
{projectName}
/
auth-sessions
/
recorder
/
start
Authorizations
x-api-key
string
headerrequiredAPI Key used to authenticate your requests. How to create one.
Path Parameters
workspaceId
string
requiredYour workspace ID. How to find it?
projectName
string
requiredYour project name. It is the name you provide when creating a project.
Body
application/json
Auth session recorder start session
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