# Create challenge **POST /1/challenges** Create challenge ## Servers - https://api.localsporthero.com: https://api.localsporthero.com () ## Parameters ### Body: application/json (object) - **name** (string) The name of the club. - **type** (string) battle, goal or rondo. - **startDate** (string) The start date. - **endDate** (string) The end date. - **public** (boolean) Closed or public challenge. - **totalRounds** (integer) Number of rounds. - **timeZoneId** (string) The timezone id the challenge is active in. - **properties** (array) List of properties for the challenge. - **inviteUserIds** (array) List of user ids to invite. - **nextParticipantWindowInSeconds** (integer) How long does the participant have to go (only rondo type). ## Responses ### 200 The created challenge. #### Body: application/json (object) - **challenge** (object) [Powered by Bump.sh](https://bump.sh)