Skip to content

milgit-007/Trello-API-Postman-Collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

🚩 Trello API Postman Collection

Postman Trello

➡️ This Postman collection provides a set of API requests for interacting with Trello boards, lists, and cards. This collection generates dynamic variables for names and includes tests to ensure data accuracy and response status code.

The collection includes the following requests:

🔸 Create a board - creates a new Trello board with the specified name.

🔸 Get a board - retrieves the details of a specific board, including its ID, name etc.

🔸 Get all boards - retrieves a list of all boards for the the user.

🔸 Create List - repeated 5 times - creates a new list on a specified board, with the specified name.

🔸 Get lists on a board - retrieves a list of all lists on a specific board.

🔸 Create a card - creates a new card on each list, with the specified name.

🔸 Get cards - retrieves a list of all cards on a specific board.

🔸 Update and move card - updates the name of a specific card, and moves it to another list.

🔸 Delete card - deletes a card on one list.

🔸 Delete board - deletes a specific board and all of its associated lists and cards.

➡️ To use this Postman collection, you will need a Trello account and an API key and token. Once you have these, import the collection into Postman and set up the necessary collection variables for authentication (key and token). You can then execute the requests in the order listed above.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published