Endpoint
Authorization
Include your API key in the request header:Path Parameters
The unique identifier of your application. You can find this in the URL of your application’s dashboard.
Query Parameters
The directory path to list. Use
/ or omit trailing slashes to refer to the root. Example: /src to list the contents of the src folder.Response
Indicates the outcome of the request. Returns
"success" when the operation completes without errors.An array of entry objects representing each file or directory found at the specified path.