GET /analyze/ingredient_group

GET /analyze/ingredient_group

Returns uuid of ingredient group

Query parameters

  • ingredient_group string Required

    filter based on ingredient group

Responses

  • 200

    successful operation

    Hide response attribute Show response attribute object
    • log_uuid string(uuid)
  • 400

    Bad Request

  • 401

    Authorization information is missing or invalid.

  • 500

    Server Error

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