Pegah
Pegah

Reputation: 682

Where to enter access token in PAW

I want to perform a GET request in a paw file that I have got from former developers, and need to enter my accesstoken. Any idea where I should enter it? enter image description here

Upvotes: 1

Views: 788

Answers (1)

Micha Mazaheri
Micha Mazaheri

Reputation: 3481

It all depends on the kind of authorization you're using. But as it appears on this screenshot, you're using a Authorization header with a Bearer token, which suggests you're using OAuth 2.

I suggest that you setup Paw to use an OAuth 2 authorization scheme as described in this documentation article: https://paw.cloud/docs/auth/oauth2

Upvotes: 1

Related Questions