Affected Product
Which product does this bug affect?
API
Describe the bug
Trying to oAuth2 with PCO for local development setup, which was working fine previously (last check in January 2026). Currently, when requesting https://api.planningcenteronline.com/oauth/token PCO responses with:
403 ERROR
The request could not be satisfied.
Request blocked. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner.
If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation.
Generated by cloudfront (CloudFront)
Request ID: VpmQsOr1Y5HC8wIpkON3iR5o81JM6M4Wfshxan33jEmNBzHowddnRw==
To Reproduce
Request authorization token with https://api.planningcenteronline.com/oauth/authorize?client_id=CLIENT_ID&redirect_uri=http%3A%2F%2Flocalhost%3A81%2Fintegrations%2Foauth%2Fpco&response_type=code&scope=people+calendar&state=531def25bc22f45336e3246a7d11e911
Expected behavior
Receiving a refresh token.
Additional Context:
Additional context
I have..
Affected Product
Which product does this bug affect?
API
Describe the bug
Trying to oAuth2 with PCO for local development setup, which was working fine previously (last check in January 2026). Currently, when requesting
https://api.planningcenteronline.com/oauth/tokenPCO responses with:To Reproduce
Request authorization token with https://api.planningcenteronline.com/oauth/authorize?client_id=CLIENT_ID&redirect_uri=http%3A%2F%2Flocalhost%3A81%2Fintegrations%2Foauth%2Fpco&response_type=code&scope=people+calendar&state=531def25bc22f45336e3246a7d11e911
Expected behavior
Receiving a refresh token.
Additional Context:
Additional context
I have..