BetterMenu
Studio

List Recipes

GET
/studio/recipes

Authorization

BearerAuth
AuthorizationBearer <token>

JWT Bearer token authentication

In: header

Query Parameters

status?|
limit?integer
Default10
Range1 <= value <= 100
cursor?|

Response Body

application/json

application/json

curl -X GET "https://evh09u6ys0.execute-api.us-west-2.amazonaws.com/studio/recipes"
{
  "data": [
    {
      "id": "string",
      "name": "string",
      "status": "draft",
      "country": "US",
      "has_nutrition": true,
      "ingredient_count": 0,
      "created_at": "string",
      "updated_at": "string"
    }
  ],
  "meta": {
    "version": "string",
    "request_id": "string",
    "timestamp": "string",
    "cursor": "string",
    "has_more": true
  }
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}