Commerce
payments, invoices & products api
Get the health of the Shopify integration
cURL
curl --request GET \ --url https://services.leadconnectorhq.com/store/shopify/health/{altId} \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "Successfully created" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
Status of api action
true
Success message
"Successfully created"
Was this page helpful?