curl -s -H 'Authorization: Bearer <your API token>' \
'https://coda.io/apis/v1/docs/<doc ID>/acl/settings' |
jq .allowEditorsToChangePermissions
# => "false"
{
"allowEditorsToChangePermissions": true,
"allowCopying": true,
"allowViewersToRequestEditing": true
}