Cover Read#
GET
user-settings/covers/<cover_id>
Get the PDF cover specified in the request path.
Request#
curl -X GET 'https://api.pricehubble.com/api/v1/user-settings/covers/a3bfec7a-b985-4244-a7f1-4bd25a4a1d85' \
-H 'Authorization: Bearer 74126eab0a9048d993bda4b1b55ae074' \
-H 'Content-Type: application/json'
Response#
Example response#
{
"uuid": "a3bfec7a-b985-4244-a7f1-4bd25a4a1d85",
"title": "My cover",
"url": "https://storage.googleapis.com/.../...e9742b1f0f55.pdf"
}
Response fields#
Field | Description | Type | Remarks |
---|---|---|---|
uuid | The id used within PriceHubble database to identify a cover | string | |
title | The filename of the cover | string | |
url | Url of the uploaded file | string | The url of the cover |