Authentication Token to validate API calls from Shopify Backend

I am have an API proxy to exclusively handle all API calls originating from my Shopify backend. To enhance security, I intend to implement a validation mechanism to ensure that only requests from this my domain are processed and served with a response.

Hi @shashankKhatri

You can follow the official guidelines to do it

Display dynamic store data with app proxies (shopify.dev)

1 Like

Hi @Kyle_liu ,

Thanks for sharing the doc. I will further dwell into it to see if it works with my API gateway.

Appreciate your time.