Edit: I figured out that a local reference wouldn't work for OneAll's Post, and appropriately replaced the URI with an external IP. 77.xxx...
Now I'm simply getting rerouted to a simple error page saying xxx.api.oneall.com sent an invalid response…
An example on catching this request on the other side would be super helpful. Personally I'm trying to catch it with an app.post('/connection_token'), but it's simply not getting called. I just get rerouted.
Perhaps if I ask a more specific question, it'll be clearer what I'm getting at.
Once our clients login through OneAll on our site, as you said, they would be logged in for the duration of that session, and during that time we can use OneAll to man…
Well from what I gathered on how OneAll works, our API integration is made entirely through our (my) credentials, then companies are added to it. The idea is to keep our clients from having to go to OneAll and sign up. We want to automate that entir…