Skip to main content
POST
Create a new card copy

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

card_id
string
required

Card ID is a numerical string that identifies a card.

Body

application/json

Card object that needs to be created

project_id
string
required
Example:

"114"

title
string
Example:

"My Card"

board_id
string
Example:

"5"

list_id
string
Example:

"114"

sprint_id
string
Example:

"8"

Response

Card copy created

card
object