Skip to main content

Why the nodes I get from REST API didnt have “visible” property? The example from documetation show otherwise.


I retrieved the nodes using axios from “/v1/files/key” endpoint with read-only file content scope access token.

Thanks for bringing this up – the current behavior of the API is that the “visible” property is only present when it is false. Otherwise, you should assume that visible = true if you don’t see the property in a node.


We’ll update the documentation to fix this discrepancy.


Reply