Endpoint
Request
No request body or query parameters required. The user is identified from the active session cookie.Response
Returns a JSON array of recipe objects, ordered by the date they were saved (most recent first). Each item is a full recipe record with the author’s profile name joined.Unique identifier of the recipe (UUID).
Title of the recipe.
Short description of the recipe.
Public URL of the recipe’s cover image.
UUID of the user who created the recipe.
Whether the recipe is hidden from public listings.
ISO 8601 timestamp of when the recipe was created.
Author profile data joined from the
perfiles table.Error responses
| Status | Error | Description |
|---|---|---|
401 | No autorizado | No active session or invalid session token. |
400 | Database error message | A Supabase query error occurred. |
500 | Error interno | An unexpected server error occurred. |
Example request
Example responses
200 OK
401 Unauthorized