How to check if shop's email is verified?

Topic summary

Main issue: How to determine if a shop’s email is verified via the Shopify API during the OAuth flow.

Context: The OP cannot find any documented field (e.g., a verifiedEmail flag) for shops. They note the email verification state is available when using an online access token, but they need a way to retrieve it when requesting an offline access token.

Information sought: Whether there is an API field, endpoint, or method to read the shop’s email verification status specifically in the offline access token scenario.

Current status: No answer or workaround has been provided. Another participant only asked if the OP found a solution. The question remains open with no documented method identified in the thread.

Summarized with AI on December 12. AI used: gpt-5.

I would like to check if the shop’s email is verified through the API during OAuth process. Is it possible? Because I do not see any field such as verifiedEmail: false in the documentation.

I know that for online access token the field is returned but how to get it when I am requesting offline access token?

1 Like

That’s a great question. Did you find what’s happening?