Retrieve a folder
Regional
us.api.brault.app— follows the region selector in the top barAuthorization
apiKey AuthorizationBearer <token>
API key from Settings → Developers
In: header
Path Parameters
folderId*string
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/folders/string"{ "object": "folder", "id": "string", "name": "string", "library_id": "string", "parent_id": "string", "color": "#676666", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z", "created_by_id": "string", "trashed_at": "2019-08-24T14:15:22Z", "files_count": 0, "folders_count": 0, "total_size": 0}