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/shares \ --header 'x-token: <api-key>'
{ "data": { "acl": [ { "_id": "<string>", "userId": "<string>", "teamId": "<string>", "permissions": [ "<string>" ] } ] } }
Returns the board’s access type and ACL (shares array).
Board access settings.
Show child attributes