# Return single Chatroom **GET /api/cp/chat/chatroom/{identifier}** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Path parameters - **identifier** (string) ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ## Responses ### 200 Return single Chatroom #### Body: application/json (object) - **unread_count** (integer) - **is_unread** (boolean) - **id** (integer) - **notification_token** (string) - **name** (string) - **image_url** (string) [Powered by Bump.sh](https://bump.sh)