📣 this endpoint get Folder by Folder ID under another Folder or a project . In this GET request the project ID and folder ID has to be provided .✳ list of URL parameters
project_id = 36 character in length
folder_id = 36 character in length
📢 Info message : Here URL is contructed like GET/projects/<project_id>/folders/<folder_id>
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.