Skip to main content
GET
/
kanban-board
/
get-kanban-board-card
Buscar card do kanban
curl --request GET \
  --url https://api.multchats.com/v2/kanban-board/get-kanban-board-card \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "kanbanBoardCard": {}
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.multchats.com/llms.txt

Use this file to discover all available pages before exploring further.

Buscar card do kanban

Retorna um card pelo kanbanBoardCardId, incluindo os customFields vinculados.

Authorizations

Authorization
string
header
required

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

Query Parameters

kanbanBoardCardId
string
required

ID (CUID) do card

Pattern: ^c[a-z0-9]{24}$

Response

Card encontrado

success
boolean

Indica se a operação foi bem-sucedida

data
object