Skip to main content
GET
/
pricebooks
List Price Books
curl --request GET \
  --url https://api.quote.hapily.com/v1/pricebooks \
  --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

Response

Successfully retrieved price books

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