Get the session store data.
cURL
curl --request GET \ --url https://api.simplex.sh/get_session_store/{session_id} \ --header 'X-API-Key: <api-key>'
{ "succeeded": true, "session_store": [ {} ] }
Simplex API Key
The ID of the session.
Session store response
Whether the request succeeded.
The session store data.
Was this page helpful?