Trello

Generated from:

Create a POST request to the Trello API to create a new card on a list

Request

POST

URL

https://api.trello.com/1/cards

Headers

AuthorizationBearer {{TRELLO_OAUTH_TOKEN}}
Content-Typeapplication/json

Body

{"name": "{{CARD_NAME}}", "desc": "{{CARD_DESCRIPTION}}", "Due": "{{DUE_DATE}}", "idList": "{{LIST_ID}}"}

This request was generated from:

Create a POST request to the Trello API to create a new card on a list

Generate your own →

Type any API. Get a production-ready request. No login required.