GET

Get Folder


Gets information from a specific folder in the Media Manager.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Bookings Services and Settings
Manage Media Manager
Read Media Manager
Manage Events
Access Verticals by Automations
Manage Portfolio
Manage Restaurants - all permissions
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/site-media/v1/folders/{folderId}

Path Params
folderIdstringRequired

Folder ID.

Response Object
folderFolder

Information about the folder.

Get information about a folder
Request
cURL
curl -X GET \ 'https://www.wixapis.com/site-media/v1/folders/12vn4498977596aeebcf5c41eca01c0d99667ac9' \ -H 'Authorization: <AUTH>'
Response
JSON
{ "folder": { "id": "25284aa06584441ea94338fdcfbaba12", "displayName": "Example folder", "parentFolderId": "media-root", "createdDate": "2022-04-17T21:48:34.000Z", "updatedDate": "2022-04-26T20:07:18.000Z" } }
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?