Skip to content
GET/boards

List boards

Returns all boards in the workspace

Response

List of boards

Returns an array of objects:

FieldTypeDescription
idrequiredstringTypeID - a type-prefixed UUID
namerequiredstring
slugrequiredstringURL-friendly identifier
descriptionrequiredstring | null
isPublicrequiredboolean
postCountrequirednumberNumber of posts in this board
createdAtrequiredstringISO 8601 timestamp
updatedAtrequiredstringISO 8601 timestamp

meta

FieldTypeDescription
paginationrequiredobject

Errors

401Unauthorized

Example request

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