curl --request GET \
--url https://api.hyperline.co/v1/price-books/{id} \
--header 'Authorization: Bearer <token>'{
"id": "prib_DKL4Xcb5VSa8CQ",
"name": "Enterprise pricing",
"description": null,
"user_role_ids": [
"<string>"
],
"created_at": "2024-12-20T16:04:11Z",
"updated_at": "2024-12-20T16:04:11Z"
}Retrieve the details of an existing price book.
curl --request GET \
--url https://api.hyperline.co/v1/price-books/{id} \
--header 'Authorization: Bearer <token>'{
"id": "prib_DKL4Xcb5VSa8CQ",
"name": "Enterprise pricing",
"description": null,
"user_role_ids": [
"<string>"
],
"created_at": "2024-12-20T16:04:11Z",
"updated_at": "2024-12-20T16:04:11Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Price book ID.
"prib_DKL4Xcb5VSa8CQ"
Price book name.
"Enterprise pricing"
Price book description.
null
List of user role IDs that have access to this price book.
Was this page helpful?