Can I store token in 1 place as parameter for all requests?

Hello,
Testing My backpoint API with Postman I have token when user is generated
on new user creation. I use this token in all requests as string constant.
If there is a way to keep this token in 1 place as parameter and in all requests use reference to it?

Thanks!

Yes, you can keep it as an environment variable and reference it in any request you’d like.

1 Like