gmail.accounts API
List this workspace's connected Gmail accounts, identity and live status. Free; run before connecting another account.
Unipile:
all inputs
✓ marks a combination proven with a real provider call. Others are wired and unit-tested; their first live run verifies them.
| Provider | Status |
|---|---|
Unipile |
live |
Unit: per_call · unmatched results billed: no
Free account listing; refreshes connected account statuses.
The exact quote is returned by /v1/inspect before every call and held with headroom on execution. The quote is the price floor: if the provider's actual cost overruns it, the run bills the overrun at the same rate, never above the hold. The unused part of every hold is released.
curl https://api.routergrowth.com/v1/run \ -H "Authorization: Bearer $ROUTERGROWTH_API_KEY" \ -d '{ "capability": "gmail.accounts", "input": { }, "routing": {"provider": "auto"} }'
{
"properties": {},
"type": "object"
}
accounts · count · total · next_step