Meal Plan
This is how the data structure of a Meal Plan object looks like:
The following attributes store the core information of a meal plan:
Each array further contains additional attributes as described below.
start_date
/end_date
start_date
/end_date
meals
meals
The Meal Plan API provides the following endpoints:
Note: All Meal Plan API endpoints first check whether a meal plan is already assigned to the user. When not found, a meal plan gets created and assigned to the user automatically. This means there is no need to manually create a meal plan for the user.
Last updated