Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Nutrical Solution Ltd Meal Plans API

Manage meal plans and meal-plan customers.

Nutrical Solution Ltd Meal Plans API is one of 6 APIs that Nutrical Solution Ltd publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Meal Plans. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 7 operations across 4 paths, and defines 3 schemas. It is described by OpenAPI 3.0.3, at version 2.0.

Requests are made against 2 base URLs: https://api.nutrical.co, https://preprodapi.nutrical.co.

7 operations 4 paths 3 schemas 1 DELETE4 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0
Base URL
https://api.nutrical.co
Authentication
API Key, API Key
Contact
Resource Areas
1

Authentication & Security 2

Nutrical Solution Ltd Meal Plans API declares 2 security schemes for authenticating requests. An API key is passed in the header as Access-Token (AccessToken). An API key is passed in the header as API Key (ApiKey).

  • AccessToken — Entity client access token issued by the Create Entity operation.
  • ApiKey — Organization-level API key (documented header name "API Key"), used to provision entities via the Create Entity operation.

Paths & Operations 7

Across 4 paths, the API surfaces 7 operations — 1 DELETE, 4 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Meal Plans 7

Manage meal plans and meal-plan customers.

GET
/external/api/v2/meal-plans/
Get meal plan list
listMealPlans 6 params → 200401
GET
/external/api/v2/meal-plans/{mealPlanId}/
Get meal plan details by ID
getMealPlan 1 param → 200401
GET
/external/api/v2/meal-plan-customers/
List meal plan customers
listMealPlanCustomers 2 params → 200401
POST
/external/api/v2/meal-plan-customers/
Create meal plan customer
createMealPlanCustomer body → 200401
GET
/external/api/v2/meal-plan-customers/{mealplanCustomerId}/
Get meal plan customer by ID
getMealPlanCustomer 1 param → 200401
PATCH
/external/api/v2/meal-plan-customers/{mealplanCustomerId}/
Update meal plan customer
updateMealPlanCustomer 1 param body → 200401
DELETE
/external/api/v2/meal-plan-customers/{mealplanCustomerId}/
Delete meal plan customer
deleteMealPlanCustomer 1 param → 200401

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are MealPlanCustomerInput (14 properties), MealPlanSummary (7 properties). Each schema is shown below with its type and property counts.

MealPlanCustomerInput
object
14 properties
MealPlanSummary
object
7 properties
MealPlanCustomer

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nutrical-solution-ltd-meal-plans-api-openapi.yml Raw ↑

Other APIs Nutrical Solution Ltd publishes across the network.

Nutrical Solution Ltd Entity API
Nutrical Solution Ltd Ingredients API
Nutrical Solution Ltd Metadata API
Nutrical Solution Ltd Recipe Categories API
Nutrical Solution Ltd Recipes API