curl --request GET \
--url https://api.example.com/api/public/whatsapp/contact/contacts \
--header 'x-api-key: <x-api-key>'Get the contacts where the last message was in the last X days
curl --request GET \
--url https://api.example.com/api/public/whatsapp/contact/contacts \
--header 'x-api-key: <x-api-key>'Was this page helpful?