Poll OAuth connect
Email Accounts
Poll OAuth connect
Poll a connect started with init. pending until the mailbox owner finishes consent, then connected (with accountId) or failed.
Requires one of the following scopes: accounts:read, accounts:all, all:read, all:all.
GET
Poll OAuth connect
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Available options:
google, microsoft Query Parameters
The state returned by init.
Example:
"aB3dEf6hIjKlMnOpQrStUvWxYz0123456789_-AbCdE"
Response
pending until consent completes, then connected (with accountId) or failed.
Available options:
pending, connected, failed The connected account id once status is connected; otherwise null.
Example:
"3f1c2b7e-9a4d-4e18-b2c1-6d8f5a0e7c93"
Failure reason when status is failed.
Example:
"The mailbox owner denied access."