Skip to main content
GET
/
pricebooks
/
{priceBookId}
Get Price Book
curl --request GET \
  --url https://api.quote.hapily.com/v1/pricebooks/{priceBookId} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z"
}

Authorizations

x-api-key
string
header
required

Path Parameters

priceBookId
string
required

Response

Successfully retrieved price book

id
string
required
name
string
required
description
string
createdAt
string<date-time>
updatedAt
string<date-time>