Search Items

GET/api/items/search/{keyword}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area

Parameters

FieldTypeDescription
keyword String Search keywords
curl -X GET "https://yoursite.com/api/items/search/acme" \
  -H "authtoken: YOUR_API_TOKEN"
MethodGET
Path/api/items/search/{keyword}
GroupItems
Sincev1.0.0
Defined inRestApi/Controllers/ItemsController.php