Skip to content

subin-shk/Trello_Postman_Collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Trello Postman API Collection

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

Steps to generate 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".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published