GET /analyze/ingredient_groups

GET /analyze/ingredient_groups

Returns all of ingredient groups

Responses

  • 200

    successful operation

    Hide response attribute Show response attribute object
  • 400

    Bad Request

  • 401

    Authorization information is missing or invalid.

  • 500

    Server Error

GET /analyze/ingredient_groups
curl \
 -X GET https://api.cosmily.com/api/v1/analyze/ingredient_groups \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "ingredient_groups": [
    "string"
  ]
}