curl --location --request GET 'https://api.eka.care/med-assist/session/a349a41e-5d49-488a-b300-66ccbfdf16b3' \ --header 'x-agent-id: <agent-id>'
Retrieves the current status and details of an existing MedAssist session.
Use this endpoint to check session status, expiration, and metadata.
curl --location --request GET 'https://api.eka.care/med-assist/session/a349a41e-5d49-488a-b300-66ccbfdf16b3/refresh' \ --header 'x-agent-id: <agent-id>' \ --header 'x-sess-token: <old_token>'
Was this page helpful?