Switch between Live/Sandbox

A REST API provides a sandbox and a live account. The account (currently basic auth with username and password is used) determines whether the sandbox or the live environment is used.

Is there a way to quickly switch between sandbox/live (basic) authorizations (username+password)?

Yes, use Postman environments.

1 Like

The only downside is that the credentials (username + password) have to be stored as environment variables.

Unless you want to over-complicate matters, this is the only way. Where else would you store them?