Files
bookhoard/bruno/ebooks/Get Ebook.bru
T

34 lines
500 B
Plaintext

meta {
name: Get Ebook
type: http
seq: 2
}
get {
url: http://localhost:8765/api/ebooks/{{ebookid}}
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
docs {
## Get Ebook
Retrieves details of a specific ebook.
**Authentication:** Required (Bearer token)
**Path Parameters:**
- `id` (string): Ebook UUID
**Response:** Complete ebook object with all metadata
**Error Responses:**
- 401: Invalid authentication
- 404: Ebook not found
}