Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 Cherichoc-
		
			Cherichoc-
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 jilanisyed
		
			jilanisyed
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
 gjeremy16170881
		
			gjeremy16170881Hi , 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
		
			jilanisyed
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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
