Get active session
Chat
Get Active Session
Looks up the active chat session(s) for a customer.
With agent_uuid, returns the single active session for that customer + agent (or 404 if none). Without agent_uuid, returns an object of all active sessions for the customer, keyed by agent UUID.
GET
Get active session
Authorizations
16-character API token associated with your OSVI account. Find it in your dashboard under Settings → API.
Query Parameters
Your identifier for the customer.
Example:
"+15551112222"
Optional agent filter. When provided, the response data is a single session object; when omitted, data is keyed by agent UUID.
Example:
"agent_IsZ3Q6Sf_60Eh26XQMGbz-R_og"
