Hey all,
I have some custom-written Trello automation that I use that's more or less worked forever.
Today, I found myself having an odd problem with creating cards; for context, this automation posts a card, and then hits a few additional API endpoints to get information like the board labels to add some labels to said card and to create a checklist on the newly-created card.
Today, that automation failed in an odd way: POST'ing to the /cards endpoint works as expected (so, I know my API token and key work) but GET'ing the /boards/{id}/labels endpoint returns a Cloudflare error page stating "The request could not be satisfied" and indicating an HTTP 403?
But then the automation creates the checklist with by POST'ing to the /checklists endpoint, and creates various checklist items; all of this works fine.
Perhaps it's just a temporary Cloudflare proxy misconfiguration, but... any thoughts on why multiple API endpoints work just fine, but some are now returning an HTTP 403 forbidden, when I am supplying the same key/token credentials for all these requests?