API health warning about privateMetafieldNamespaces

I’m getting this alert in the partner dashboard for endpoint WebhookSubscription.privateMetafieldNamespaces:

But when I check the webhook subscriptions that we have, none of them have privateMetafieldNamespaces set on them:

{
    webhookSubscriptions(first:100) {
        nodes {
            id
            metafieldNamespaces
            privateMetafieldNamespaces
            includeFields
            endpoint {
                ... on WebhookHttpEndpoint {
                    callbackUrl
                }
            }
        }
    }
}

Is there a way for me to drill into the source of this error?

1 Like

Hey @kalen, happy to dig in to this with you!

Which API version are you using for your webhooks? I’ve seen in the past that using an outdated version can trigger unexpected warnings.
Were you previously using private namespaces for these subscriptions?
Additionally, do your webhook delivery logs show any warnings or errors around the same time?

Thanks Kyle - 2024-10. I think we may have been previously using them - the app platform I use is gadget and I think they were using them at some point and removed them. Not seeing any webhook error logs.