Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
Cherichoc-
Creator
Creator

tRest with Authorization : Basic token

Hi

I am trying to extract data from an API and I was given a token to use. I am not sure how to setup in the query parameter section / HTTP Headers

0695b00000PKNtiAAH.png

OR is IT

0695b00000PKNu7AAH.png

Labels (7)
1 Solution

Accepted Solutions
jilanisyed
Creator
Creator

Hi ,

You can use your token in Header .

Name: Authorization

Value: Basic/Bearer+<space>+ "your token"

and also you can test the Api from Postman . you can see the all values

View solution in original post

2 Replies
gjeremy1617088143

Hi , you have to choose in basic settings Use authentification and select basic http then you can fill the user and mdp fields rr you can select bearer token.

Maybe you have to check the documentation of your api if you have to do a specific call to send your token.

Send me love and kudos

jilanisyed
Creator
Creator

Hi ,

You can use your token in Header .

Name: Authorization

Value: Basic/Bearer+<space>+ "your token"

and also you can test the Api from Postman . you can see the all values