It's really cool that so much of the product is exposed programmatically. User management, all of the tables, reports, metrics, datalink, you name it, it's available through the API. And the documentation is pretty straightforward to get you going.
In this specific case, I'm trying to share data from a table. I had set up a postman environment and set of examples that did all the connecting stuff, and it was able to pull the data just fine. Today we were trying it and it did not work. In fact, I received a borderline-rude error message:
The server understood the request, but is refusing to fulfill it
Excuse me? I looked it up, and it's a generic 403 error message for lack of authorization or some such. Has anyone seen this before?