# Create a group **POST /v1/groups** Create a group ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Body: application/json (object) - **name** (string) The name of the group - **description** (string) The description of the group - **emoji** (string) The emoji of the group ## Responses ### 201 Group has been successfully created #### Body: application/json (object) - **id** (string) The id of the group. - **name** (string) The name of the group. - **description** (string) The description of the group - **emoji** (string) The emoji of the group ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)