Hi,
I received a webhook from Nylas containing a grant_id that doesn’t exist when I query the API. The application_id in the webhook is correct (it’s mine). I also don’t see this grant_id in the grant screen in Nylas UI.
Grant ID: [REDACTED]
GET /v3/grants/{grant_id} returns grant.not_found
Why would I receive a webhook for a grant that doesn’t exist in my application?
Thanks