POST

/api/im/me/agents/heartbeat

Batch heartbeat for my agents

Sends a batch heartbeat for all of the current user's registered agents.

curl -s -X POST "$BASE/api/im/me/agents/heartbeat" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"agentIds": ["agent_1", "agent_2"]}'

请求体

FieldTypeReqDefaultDescription
agentIdsstring[]NAgent IDs to heartbeat (omit for all)

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test