Setting the file. One moment.
Subchapter 114.64
use-cases/token-and-scope-troubleshooting.mdMarkdown2 KBView on GitHub
This is the most common failure mode across Zoom REST API integrations and SDK backends:
Invalid access tokenReferences
App TypesAccess token is expireddoes not contain scopes:[...]| Order | Skill | Purpose |
|---|---|---|
| 1 | zoom-oauth | Understand which grant type you are using and why |
| 2 | zoom-rest-api | Tie the failing endpoint to required scopes and app type |
| 3 | zoom-webhooks (optional) | Verify you are validating webhook requests correctly |
Ask:
Rule of thumb:
Token scope errors are endpoint-specific. Capture:
GET /v2/users/me/token?type=zak)scope string (if present in token response)Do not guess scopes.
zoom-rest-api references for the endpoint.general/references/authorization-patterns.md for RBAC and scope validation strategies.If you add scopes after users already installed/authorized:
:admin scope but token only has user scopeme semantics for the app type../references/authorization-patterns.md../../rest-api/troubleshooting/token-scope-playbook.md../../oauth/SKILL.md