# Create Event. **POST /api/teams/{team}/events** ## Servers - https://checkmango.com: https://checkmango.com () ## Authentication methods - Default ## Parameters #### Path parameters - **team** (integer) The ID of the team that events belong to. ## Body parameters Content-type: application/json - **key** (string) The key to use for the event. Must match the regex /^[a-z0-9]+(?:_[a-z0-9]+)*$/i. Must not be greater than 255 characters. - **description** (string) The description of the event. - **type** (string) The type of event to create. ## Responses ### 200: #### Body Parameters: application/json (object) - **data** (object) ### 402: #### Body Parameters: application/json (object) - **message** (string) ### 403: #### Body Parameters: application/json (object) - **message** (string) ### 404: #### Body Parameters: application/json (object) - **message** (string) ### 422: #### Body Parameters: application/json (object) - **message** (string) - **errors** (object) [Powered by Bump.sh](https://bump.sh)