GET
/api/cp/chat/chatroom/{identifier}
curl \
--request GET 'https://replace-with-own-host.iw-erp.de/api/cp/chat/chatroom/{identifier}' \
--header "x-session-token: $API_KEY"
Response examples (200)
{
"id": 42,
"notification_token": "string",
"name": "string",
"image_url": "string"
}