How can I validate a store password on my ecommerce app?

  1. How can I verify merchant’s store password in my Shopify App ? Is there any API supporting this ?

  2. If I have store password, how can I send request GET to merchant’s store page with the password to receive data from that page. I see we need to passing a form with authenticity_token and password ??