Meta WhatsApp Error Code 200–299 (WABA API Permission / 403 Forbidden) — Request Blocked / Insufficient Permissions — Fix
## Overview Error codes in the #200–299 range — "API Permission (403 Forbidden)". Meta blocked the request because the access token does not have the required permission scopes. This is a Meta-side token issue, not a ChatDaddy bug. ## Why This Happens - The token is missing or has had revoked API
Overview
Error codes in the #200–299 range — "API Permission (403 Forbidden)". Meta blocked the request because the access token does not have the required permission scopes. This is a Meta-side token issue, not a ChatDaddy bug.
Why This Happens
- The token is missing or has had revoked API permission scopes.
- Specifically, whatsapp_business_management and/or whatsapp_business_messaging are not granted on the token.
How to Fix
- Open Meta's Access Token Debugger: https://developers.facebook.com/tools/debug/accesstoken
- Paste your token, click Debug, and check the Scopes section.
- Confirm both whatsapp_business_management and whatsapp_business_messaging are listed.
- If either is missing, go to Business Settings → Users → System Users and click Generate New Token with both permissions ticked.
- Update the new token in your ChatDaddy WABA connection and retry.
Suggested Reply
The error you're seeing is a Meta 403 permission error (code 200–299). It means your access token doesn't have the permissions needed for this request. This is a Meta-side token setting, not a ChatDaddy issue. 🙂
Here's how to fix it:
- Open Meta's Access Token Debugger: https://developers.facebook.com/tools/debug/accesstoken
- Paste your token, click Debug, and check the Scopes section
- Confirm whatsapp_business_management and whatsapp_business_messaging are both listed
- If either is missing, go to Business Settings → Users → System Users and Generate New Token with both ticked
- Update the new token in your WABA connection and retry
Once the token has the right permissions, the request will go through. Let me know if you'd like a hand! 😊