Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
OR is IT
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
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
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