curl --request GET \
--url https://services.leadconnectorhq.com/store/setup/progress \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {},
"message": "Successfully created"
}It will return the progress of store setup
curl --request GET \
--url https://services.leadconnectorhq.com/store/setup/progress \
--header 'Authorization: Bearer <token>'{
"status": true,
"data": {},
"message": "Successfully created"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Location Id or Agency Id
"6578278e879ad2646715ba9c"
location Was this page helpful?