Forum Discussion

ctedesco3307's avatar
ctedesco3307
Resolver II
4 years ago

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 to set this up to get access - can anyone share the right config? Thank you in advance 

 

 

1 Reply

  • the Authorization string needs to be "Bearer " plus your token. Note the space.