Skip to main content
GET
/
v0
/
boards
/
{boardId}
Get board
curl --request GET \
  --url https://api.formo.so/v0/boards/{boardId} \
  --header 'Authorization: Bearer <token>'
{
  "isSuccess": true,
  "data": {
    "id": "<string>",
    "project_id": "<string>",
    "enabled": true,
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "title": "<string>",
    "description": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Workspace API key (e.g. formo_xxx). Create one in the Formo dashboard under Team Settings > API Keys.

Path Parameters

boardId
string
required

Response

200 - application/json

Board details

isSuccess
boolean
data
object