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 Recipe Categories API

Manage recipe categories and sub-categories.

Nutrical Solution Ltd Recipe Categories 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 Recipe Categories. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, and authentication docs.

This API exposes 4 operations across 3 paths, and defines 1 schema. 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.

4 operations 3 paths 1 schemas 2 GET2 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 Recipe Categories 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 4

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

Recipe Categories 4

Manage recipe categories and sub-categories.

GET
/external/api/v2/recipe-categories/
Get recipe category list
listRecipeCategories 4 params → 200401
POST
/external/api/v2/recipe-categories/
Add recipe category
addRecipeCategory body → 200401
POST
/external/api/v2/recipe-categories/{recipeCategoryId}
Update recipe category
updateRecipeCategory 1 param body → 200401
GET
/external/api/v2/recipe-sub-categories/
Get recipe sub-category list
listRecipeSubCategories 4 params → 200401

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is RecipeCategory (2 properties). Each schema is shown below with its type and property counts.

RecipeCategory
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

nutrical-solution-ltd-recipe-categories-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 Meal Plans API
Nutrical Solution Ltd Metadata API
Nutrical Solution Ltd Recipes API