curl --request GET \
--url https://api.example.com/api/public/contact/v2/{aiContactId}/messages \
--header 'x-api-key: <x-api-key>'Replaces the old endpoint /public/ai-message/:aiContactId
curl --request GET \
--url https://api.example.com/api/public/contact/v2/{aiContactId}/messages \
--header 'x-api-key: <x-api-key>'Was this page helpful?