Retrieves folders by type (QR or Page). Requires authentication.
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
folder_type | string | Yes | Folder type to list. Allowed values: qr, page. | qr or page |
count: Total number of foldersnext: URL for next page (null if no more pages)previous: URL for previous page (null if first page)results: Array of folder objectsid: Folder IDname: Folder namecreated_by: User ID who created the folderfolder_type: Folder type (qr or page)qr_codes_count: Number of QR codes in the foldercreated: Creation timestampupdated: Last update timestampAPI key authentication. Enter your API key directly in the Authorization header.
Folder type to list
qr, page