Skip to main content
GET
/
api
/
widget
/
agents
/
online
Get online agents
curl --request GET \
  --url https://api.g-tateth.com/api/widget/agents/online
{
  "success": true,
  "data": {
    "agents": [
      {}
    ]
  }
}

Query Parameters

tenantId
string
required

Response

200 - application/json

Online agents retrieved successfully

success
boolean
data
object