GET
/
tabs
/
{websiteId}
/
ingredients
curl --request GET \
  --url https://api.service.getjusto.com/v3/tabs/{websiteId}/ingredients
{
  "success": true,
  "data": {
    "items": [
      {
        "_id": "tab-4c48bf33-1411-4c3f-adac-db39b4631cb8",
        "name": "Sal",
        "unitOfMeasurement": "gr",
        "externalId": "ing_external_id",
        "stockRoomIds": "t-sri-asdasd",
        "conversions": [
          {
            "name": "<string>",
            "factor": 123
          }
        ]
      }
    ],
    "hasNextPage": true,
    "hasPreviousPage": true,
    "totalPages": 123,
    "totalCount": 123
  }
}

Path Parameters

websiteId
string
required

Response

200
application/json

The OpenAPI spec

The response is of type object.