Before running test requests make sure to create New Environment and keep the environment variables as follow:
BASE_URL: https://api.trello.com
KEY: API_KEY
TOKEN: API_TOKEN
Replace API_KEY and API_TOKEN with your api key and token
Make your trello acc key and token and keep it in environment variables
- Create Power up
- Copy the API_KEY and paste it as current value in environment variable with key, "KEY".
- Generate Token by going to the following website:
https://trello.com/1/authorize?expiration=1day&scope=read&response_type=token&key={YourAPIKey}
(replace {YourAPIKey} with your actual key)
- Copy the API_TOKEN and paste it to environment variable with key, "TOKEN".