# Post a message in a chatroom **POST /chat/chatrooms/{chatroom}/messages** ## Servers - https://domain.tld/api/v2: https://domain.tld/api/v2 () ## Authentication methods - Bearer token ## Parameters ### Path parameters - **chatroom** (integer) The chatroom id ### Body: application/json (object) - **id_ambassador** (integer) Ambassador's ID. - **content** (string) Message's content. - **type_message** (integer) Message's type. ## Responses ### 201 Return the created message ### 403 Forbidden - You don't have permission to access this route [Powered by Bump.sh](https://bump.sh)