Boards

List boards

GET

Request Body

Name
Type
Description

token*

String

Token should be generated using auth endpoint

organizationId*

String

{
    key: "7fd78de7897dehejhr3",
    name: "Untitled Board",
    backgroundColor: "#nr3434",
    defualtCardBackgroundColor: "#434ewe",
    metadata: {
        createdAt: 89048348907,
        createdBy: "nnj423b4b2n34"
    }
}

Get Board by Id

GET

Delete Board

DELETE

Last updated

Was this helpful?