Skip to main content
GET
/
api
/
board
/
{boardId}
/
configuration
/
shares
Get board access settings
curl --request GET \
  --url https://core-api.getaptly.com/api/board/{boardId}/configuration/shares \
  --header 'x-token: <api-key>'
{
  "data": {
    "acl": [
      {
        "_id": "<string>",
        "userId": "<string>",
        "teamId": "<string>",
        "permissions": [
          "<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 access settings.

data
object