How to check if shop's email is verified?

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?

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