Sessions Endpoint
create
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
ID of the project associated with the session.
Timeout duration for the session in seconds.
Response
201 - application/json
ID of the project associated with the session.
Timeout duration for the session in seconds.
Timestamp the session was started.
Current status of the session.
Timestamp the session was created.
Timestamp the session was last updated.
Unique identifier for the browser session.