Files
bookhoard/bruno/user/Get Ebook Folders.bru
T

38 lines
634 B
Plaintext

meta {
name: Get Ebook Folders
type: http
seq: 9
}
get {
url: {{base_url}}/api/auth/ebook-folders
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
docs {
## Get Ebook Folders
Retrieves the list of ebook folders for the authenticated user.
**Method:** GET
**Endpoint:** /api/auth/ebook-folders
**Authentication:** Required
**Response:** Array of folder objects
- `id` (string): Folder ID
- `user_id` (string): User ID
- `folder_path` (string): Folder path
- `created_at` (string): Creation timestamp
**Status Codes:**
- 200: Success
- 401: Unauthorized
}