GET /mealplanner/{username}/templates

Get Meal Plan Templates

Get meal plan templates from user or public ones.

Request Traces

Request Headers

GET https://api.spoonacular.com/mealplanner/{username}/templates
Accept: application/json

HTTP Response

HTTP 200

Success

{
   "templates":    [
      {
         "id": 0,
         "name": "string",
      },
   ],
}
HTTP 401

Unauthorized

HTTP 403

Forbidden

HTTP 404

Not Found