Poll pairing completion
poll_pairingPoll for pairing completion (Device-Grant style). Waits up to ~20s for phone approval before returning. Statuses: pending / completed / expired / not_found. On completed, store sessionToken, refreshToken, and grantId — refreshToken renews access for up to 7 days without re-pairing. When sessionToken expires (~1h), call refresh_session. The server also binds tokens to this connector session. Pass tenantId when known. Device claim ≠ forever billing upgrade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | Pairing code from get_pairing_code / whoami. | |
| tenantId | No | Optional tenant id — improves lookup after the phone has approved. | |
| workspaceId | No | Optional workspace id — for B2B pairing flows. |