Credentials Management
Restore Login Session
Restores a previously captured login session with a session JSON.
Authorizations
Simplex API Key to authenticate requests. We provision API keys after a quick meeting with us. You can book that meeting here.
Body
application/json
The ID of the session to connect to.
The session data to restore (as a JSON string).
Example:
"{\"cookies\":[...],\"localStorage\":{...}}"
Response
200
application/json
Restore login session response
Indicates if the session was successfully restored.
Example:
true
Was this page helpful?