Documentation

GMAIL_WATCH_NOT_FOUND

404invalid_request

No Gmail watch registration for that mailbox.

Cause

A push notification arrived for an address with no registered watch, so it cannot be routed to a connection.

How to fix it

Reconnect the account to re-register the watch.

Example response

404 GMAIL_WATCH_NOT_FOUND
JSON
{
  "error_code": "GMAIL_WATCH_NOT_FOUND",
  "error_type": "invalid_request",
  "error_message": "No Gmail watch registration for that mailbox.",
  "hint": "Reconnect the account to re-register the watch.",
  "docs_url": "https://docs.billerapi.com/errors/GMAIL_WATCH_NOT_FOUND",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/GMAIL_WATCH_NOT_FOUND

Was this page helpful?