curl --request GET \
--url https://services.leadconnectorhq.com/store/shopify/health/{altId} \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Successfully created"
}Get the health of the Shopify integration
curl --request GET \
--url https://services.leadconnectorhq.com/store/shopify/health/{altId} \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "Successfully created"
}Was this page helpful?