Skip to main content
GET
/
api
/
board
/
{boardId}
/
configuration
/
theme
Get board identity fields
curl --request GET \
  --url https://core-api.getaptly.com/api/board/{boardId}/configuration/theme \
  --header 'x-token: <api-key>'
{
  "data": {
    "name": "<string>",
    "cardName": "<string>",
    "color": "<string>",
    "icon": "<string>",
    "description": "<string>",
    "shortCode": "<string>"
  }
}

Documentation Index

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

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

Authorizations

x-token
string
header
required

Path Parameters

boardId
string
required

Response

Board identity fields.

data
object