JWT Bearer token

Node-RED is also another good option for combining API calls to external servers. One of the big benefits is that you can trigger a Node-RED flow from a Particle event, then have the flow query an API to get a token (possibly using a cache), then make another API call.

There’s some more information in the Particle Node docs though not an example of specifically doing that.