# Create a new participant **POST /participants** Registers a new participant into the system by providing the necessary details. ## Servers - https://app.indolat.com/api/v1: https://app.indolat.com/api/v1 () ## Authentication methods - X client key ## Parameters ### Body: application/json (object) JSON object containing the details of the participant to be added. Email must be unique. - **email** (string) Unique email address for the participant. Also used as the username for login. - **name** (string) Full name of the participant. - **password** (string) Password for participant login. Ensure to send a strong and secure password. ## Responses ### 201 Participant successfully created and added to the system. ### 400 Total number of participants exceeds the limit allowed by your service plan. ### 401 Authorization failed. Ensure the `X-Client-Key` sent is valid and active. ### 403 Invalid or inactive client. The API key may be incorrect, expired, or your account does not have permission. ### 422 Validation error occurred on the submitted data. Please check the format and completeness of the data. ### 500 An internal server error occurred. Please try again shortly or contact support. [Powered by Bump.sh](https://bump.sh)