Forum Discussion
ctedesco3307
4 years agoResolver II
Connect with JWT Token
Greetings All; trying to integrate data in from a web sources. I have my Root URL and Authorization, which needs to be input like this Authorization: JWT {token} I'm not clear on how ...
lbendlin
4 years agoSuper User
the Authorization string needs to be "Bearer " plus your token. Note the space.