Skip to main content
POST
Link a card with another

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

Create linked card request details

card_id
string
required

ID of the card which was linked with current card

Example:

"41"

linked_card_type
enum<string>
required
Available options:
blocks,
blocked_by,
related,
duplicates
Example:

"blocks"

Response

Linked card successfully created

linked_card
object