Search Contacts

GET/api/contacts/search/{keyword}

Headers

FieldTypeDescription
authtoken String Authentication token, generated from admin area

Parameters

FieldTypeDescription
keyword String Search keywords (matches name or email)
curl -X GET "https://yoursite.com/api/contacts/search/acme" \
  -H "authtoken: YOUR_API_TOKEN"
MethodGET
Path/api/contacts/search/{keyword}
GroupContacts
Sincev1.0.0
Defined inRestApi/Controllers/ContactsController.php