get https://api-v2.pandavideo.com/folders/
Retrieves detailed information about a specific folder including associated videos
GET /folders/{folder_id}
Detailed Description
Retrieves detailed information about a specific folder, including metadata and associated resources such as videos, funnels, and DRM groups.
HTTP Method & Path
GET /folders/{folder_id}
Authentication Requirements
- Security Scheme:
PandaAuth(apiKey) - Header:
Authorization: <your_api_token>
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string (header) | Yes | Panda API token |
| folder_id | string (path, uuid) | Yes | Unique identifier of the folder. |
