Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

How to view all webhooks created via API for a shop (across ALL OAuth tokens)

How to view all webhooks created via API for a shop (across ALL OAuth tokens)

Filljoy
Shopify Partner
211 10 68

I have a phantom orders/create webhook firing for one of my development stores, and I can't figure out where it's coming from. I can't see any of the API-created webhooks in the store's Shopify Admin, and it seems webhooks are OAuth-token specific and it's not showing up under the tokens I've kept track of when I use the webhooks API endpoint. 

Is there any other way to see this? Or a way to retrieve all historical OAuth tokens granted for a given shop + api key? Or a way to delete a (stale) webhook for a shop if I have the webhook ID but don't know the corresponding OAuth token? Thank you.

Reply 1 (1)

Filljoy
Shopify Partner
211 10 68

Nevermind, this was me getting confused about which apps I had installed on my development store. Uninstalling apps delete webhooks and an app can only have one active OAuth token per app.