Sessions Endpoint
create
POST
/
api
/
v1
/
sessions
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
project_id
integer
ID of the project associated with the session.
timeout
integer
Timeout duration for the session in seconds.
browser_settings
object
Response
201 - application/json
project_id
integer
ID of the project associated with the session.
browser_settings
object
timeout
integer
Timeout duration for the session in seconds.
started_at
string
Timestamp the session was started.
status
string
Current status of the session.
created_at
string
Timestamp the session was created.
updated_at
string
Timestamp the session was last updated.
browser_id
string
Unique identifier for the browser session.