# Add a new Chatroom **POST /api/chat/chatroom** ## 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 ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ### Body: application/json (object) - **data** (object) ## Responses ### 200 Add a new Chatroom #### Body: application/json (object) - **unread_count** (integer) - **is_unread** (boolean) - **id** (integer) - **token** (string) - **notification_token** (string) - **participants** (array[object]) - **last_read_at** (string(date-time)) - **message_count_read** (integer) - **created** (string(date-time)) - **updated** (string(date-time)) - **deleted** (boolean) - **name** (string) - **image_url** (string) [Powered by Bump.sh](https://bump.sh)