How to handle Tokens outside of Epicor via Rest

Has anyone had any luck with dynamic tokens outside of Epicor via Rest?

Quick scenario, through Epicor BPM I’m making a rest call to third-party’s (Experian) rest API to get some data back. The third-party has dynamic Bearer tokens that need to be validated before I can push data in and receive back.

Thanks in advance!

Haven’t done it myself, but you should be able to use RestSharp to handle this inside a BPM.
What have you tried so far?

1 Like

We’ve done it to two external REST services so far. You just need to make the calls and store the token in a variable for later calls.

What exactly are you having trouble with?