# Callback required to install Dash with Shopify This is quite an internal endpoint and is only really in the API due to needing to be on the dash.app domain. Endpoint: GET /shopify-callback Version: 2.0.0 Security: ## Query parameters: - `shop` (string, required) The shop name that uniquely identifies a Shopify connection - `hmac` (string, required) A hash of all other parameters created by using the Shopify secret key as the key - `session` (string) The current session - `timestamp` (string) - `locale` (string) - `host` (string) - `embedded` (string) ## Response 4XX fields (application/json): - `timestamp` (string) The datetime that the error occurred in ISO offset format Example: "2021-02-16T16:21:58.640+00:00" - `status` (integer) The HTTP status code of the error Example: 401 - `error` (string) The title of the error Example: "Unauthorized" - `message` (string) A more detailed error message - `path` (string) The path that was called which led to the error Example: "/folder-settings" ## Response 302 fields