Gets information from a specific folder in the Media Manager.
You can only call this method when authenticated as a Wix app or Wix user identity.
Folder ID.
Information about the folder.
curl -X GET \
'https://www.wixapis.com/site-media/v1/folders/12vn4498977596aeebcf5c41eca01c0d99667ac9' \
-H 'Authorization: <AUTH>'
{
"folder": {
"id": "25284aa06584441ea94338fdcfbaba12",
"displayName": "Example folder",
"parentFolderId": "media-root",
"createdDate": "2022-04-17T21:48:34.000Z",
"updatedDate": "2022-04-26T20:07:18.000Z"
}
}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.