Connecting to two different APIs: how to provide auth tokens?

Hi all,
I am connecting to two systems via API, and I have auth tokens for each. I am using one PUT command to merge users from one system into the other. How can I provide both auth tokens to Postman so that I can run the PUT command successfully? Right now, I have the auth header using one basic and one bearer token, one for each system. When I run it, I get a “422 Unprocessable Entity” error.

Any suggestions for how to do this? Thanks, in advance.

That error is not related to authentication.

422 Unprocessable Content - HTTP | MDN (mozilla.org)

The problem is with the content being sent.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.