Skip to content
GET/boards/{boardId}

Get a board

Get a single board by ID

Parameters

NameInTypeDescription
boardIdrequiredpathstringBoard ID

Response

Board details

FieldTypeDescription
idrequiredstringTypeID - a type-prefixed UUID
namerequiredstring
slugrequiredstringURL-friendly identifier
descriptionrequiredstring | null
isPublicrequiredboolean
settingsrequiredobjectBoard-specific settings
createdAtrequiredstringISO 8601 timestamp
updatedAtrequiredstringISO 8601 timestamp

Errors

401Unauthorized
404Board not found

Example request

curl \
  "https://feedback.quackback.io/api/v1/boards/:boardId" \
  -H "Authorization: Bearer qb_your_api_key_here"