check
Show which platforms are configured right now. Reads secrets from the environment only — no live API calls. ✓ means every required secret is present; · means not.
Usage
shell
adscapi check
No flags.
Output
Header is {active}/{total} configured:, then one row per platform with active marker, key, and support level. Same data as ads.destinations.list() and MCP tool adscapi_check.
shell
$ npx adscapi check 2/26 configured: ✓ meta real-capi · tiktok real-capi ✓ ga4 real-capi · pinterest real-capi …
check vs verify
| Command | Meaning |
|---|---|
check | Secrets are present in the environment |
verify | Secrets are valid — hits each platform API that supports a live credential check |
Prefer verify before you tell anyone tracking is live. An expired token still shows ✓ under check.