Sign in

Get Available Livechat Agent Information

documented

List available livechat agents.

GET /api/v1/livechat/agents/availableOmnichannelno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{ROCKETCHAT_BASE_URL}}/api/v1/livechat/agents/available" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json"
Get Available Livechat Agent Information · Rocket.Chat · OpenIntegrations