Where do I find my admin api access token?
Topic summary
A user is seeking help locating their admin API access token in Shopify.
Solutions provided:
-
Database lookup: Check the
shopify_sessionstable in the database, where offline access tokens are typically stored for merchants. -
External guide: A detailed walkthrough is available at a third-party blog post covering offline session tokens in Shopify development.
The discussion remains brief with practical pointers but no further elaboration on token security or alternative retrieval methods.
In database, you will find a table called shopify_sessions. Check there usually offline tokens are saved there for merchants
Wrote a guide on this here - https://www.adityamalani.xyz/blog/shopify-dev/offline-sessions-shopify