GET /sitemap/ingredients

GET /sitemap/ingredients

Fetch all ingredients associated with the app

Responses

  • 200

    successful operation

    Hide response attribute Show response attribute object
  • 400

    Bad Request

  • 401

    Authorization information is missing or invalid.

  • 422

    Unprocessable Entity

  • 500

    Server Error

GET /sitemap/ingredients
curl \
 -X GET https://api.cosmily.com/api/v1/sitemap/ingredients \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "data": [
    {
      "alias": "string",
      "updated_at": "string"
    }
  ]
}