Skip to content

Instantly share code, notes, and snippets.

@moaoa
Created January 22, 2024 13:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moaoa/e536e27c266a583f8ed833e7c363a36e to your computer and use it in GitHub Desktop.
Save moaoa/e536e27c266a583f8ed833e7c363a36e to your computer and use it in GitHub Desktop.
add token on every request in postman
const token = pm.environment.get("variable_key");
pm.request.headers.add('Authorization', token)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment