In this section
On this page
Perform a search
GET /api/v1/searchSearch for recipes and bakings matching the given query string. Optionally filter by type. Returns typed result objects containing the full resource payload.
Required Scopes
read
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
query |
query | no | string | |
type |
query | no | string |
Request Body
None.
Responses
200
search query
Schema: array[object]
| Field | Type | Required | Description |
|---|---|---|---|
type |
string | yes | |
data |
object | yes |
