Get the current Shopify install states for the account of the currently authenticated Dash user.
Security
bearerToken
- Productionhttps://api-v2.dash.app/shopify-installs
- Staginghttps://api-v2.dashstaging.app/shopify-installs
curl -i -X GET \
https://api-v2.dash.app/shopify-installs \
-H 'Authorization: Bearer <YOUR_JWT_HERE>'Response
[ { "result": { … }, "permittedActions": [ … ] } ]