Skip to main content
GET
Get a card by public ID

Authorizations

Authorization
string
header
required

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

Path Parameters

cardPublicId
string
required
Minimum string length: 12

Response

Successful response

publicId
string
required
title
string
required
description
string | null
required
cardNumber
number | null
required
index
number
required
dueDate
string | null
required
createdBy
string | null
required
labels
object[]
required
attachments
object[]
required
checklists
object[]
required
list
object
required
members
object[]
required
activities
object[]
required