Replies: 2 comments
-
Yes, you can. Just don't put the $ before accessToken, that is only used for system variables. |
Beta Was this translation helpful? Give feedback.
0 replies
-
As in the example, you need to use
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For e.g. suppose I login and receive a json response with the accesstoken (at some path, say
$.id
). Can I store this into a variable, and, issue the subsequent requests with the same:http://localhost:3000/foo/bar?accessToken={{$accessToken}}
?Beta Was this translation helpful? Give feedback.
All reactions