Skip to main content
GET
/
search
Search
curl --request GET \
  --url https://api-dev.monyfix.tech/search \
  --header 'Authorization: Bearer <token>'
{
"hits": [],
"stores": []
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

query
string
default:""
limit
integer | null
default:12

Response

Successful Response

hits
SearchHitsResponse · object[] | null
stores
SearchStoresResponse · object[] | null