GET
    /recipes/{recipetoken}
  
  curl \
 --request GET 'http://api.example.com/recipes/{recipetoken}'
    
        Response examples (200)
  
  {
  "token": "string",
  "items": [
    {
      "name": "string",
      "count": 42.0
    }
  ]
}
        Response examples (400)
  
  string
        Response examples (404)
  
  string
        Response examples (503)
  
  string