Get Email Inbox by ID
documentedRetrieve a specific email inbox by ID.
GET /api/v1/email-inbox/{_id}Notificationsno implementation yet0 runsNo 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://{{ROCKET_CHAT_BASE_URL}}/api/v1/email-inbox/{{$inbox_id}}" \
-X GET \
-H "X-Auth-Token: {{ROCKET_AUTH_TOKEN}}" \
-H "X-User-Id: {{ROCKET_USER_ID}}" \
-H "Accept: application/json"