Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" } }
Returns the board’s display name, color, icon, description, and short code.
Board identity fields.
Show child attributes