# Ingest Data. **POST /api/teams/{teamId}/ingest** This endpoint handles all ingestion of data into the system, including enrolments, impressions and conversions. > warn > Participants may only be enrolled into a running experiment. ## Servers - https://checkmango.com: https://checkmango.com () ## Parameters ### Path parameters - **teamId** (integer) The ID of the team. ### Body: application/json (object) - **experiment** (string) The key of the experiment to enroll in. - **variant** (string) The key of the variant to enroll the participant into. - **participant** (string) The key of the participant to enroll. The participant will automatically be created if it does not yet exist. - **event** (string) The key of the event that converted. Only required during a conversion. - **force** (boolean) Whether to force the enrollment. By default, if the participant is already enrolled in the experiment, the enrollment will be ignored. Defaults to false. ## Responses ### 202 #### Body: text/plain (string) string ### 402 #### Body: application/json (object) - **message** (string) ### 403 #### Body: application/json (object) - **message** (string) ### 404 #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)