Search Subscriptions

GET/api/subscriptions/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/subscriptions/search/acme" \
  -H "authtoken: YOUR_API_TOKEN"
MethodGET
Path/api/subscriptions/search/{keyword}
GroupSubscriptions
Sincev1.0.0
Defined inRestApi/Controllers/SubscriptionsController.php