Skip to main content
GET
/
store
/
shopify
/
health
/
{altId}
Get Shopify Integration Health
curl --request GET \
  --url https://services.leadconnectorhq.com/store/shopify/health/{altId} \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "message": "Successfully created"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Successful response

status
boolean
required

Status of api action

Example:

true

message
string

Success message

Example:

"Successfully created"

Last modified on March 4, 2026