Get Omnichannel Contact
documentedRetrieve omnichannel contact by token.
GET /api/v1/omnichannel/contactOmnichannelno 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/api/v1/omnichannel/contacts.get?contactId={{$contactId}}" \
-X GET \
-H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-User-Id: {{ROCKET_USER_ID}}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
\
# Source: Official Rocket.Chat API docs - Get Omnichannel Contact (GET /api/v1/omnichannel/contacts.get)
# See: https://developer.rocket.chat/apidocs/get-omnichannel-contact