I am trying to use the REST AFX connector and I am able to login fine. The API requires the token be passed in the header as follows:
Authorization: BlueprintToken <TokenValue>
How can I configure AFX to pass the token after 'BlueprintToken' string?
I assume that you configured the Login capability in the connector (which will generate a SessionToken)
Try the following
In the other capability (for example Add Account to Group), check the Generate SessionToken checkbox and configure the header as in the screenshot below
(screenshot from 7.0.2 P5)