Using REST client with VSCode Admin routes Install REST client for VSCode Use admin_auth.rest to get your JWT Add the following to your VSCode config, replacing TOKEN: "rest-client.environmentVariables": { "$shared": { "rv_backend_admin_token": "TOKEN" } } You can now use REST client to make requests to the management 'back end. Normal routes Install REST client for VSCode Use user_auth.rest to get your JWT Add the following to your VSCode config, replacing TOKEN: "rest-client.environmentVariables": { "$shared": { "rv_backend_user_token": "TOKEN" } } You can now use REST client to make requests to the back end.