Skip to content

Get Shopify installs

Request

Get the current Shopify install states for the account of the currently authenticated Dash user.

Security
bearerToken
curl -i -X GET \
  https://api-v2.dash.app/shopify-installs \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Success

Bodyapplication/json
Array [
resultobjectrequired

A derived view of the current Shopify install state for a Shopify domain.

permittedActionsArray of objectsrequired
]
Response
[ { "result": {}, "permittedActions": [] } ]