cURL
curl -X GET \ /product-families \ --header "Authorization: Bearer <token>"
{ "data": [ { "name": "Team Packages", "id": "ad8b3b9e-5b0a-4e1a-8b0a-4e1a8b0a4e1a", "products": [ "https://example.com/" ], "createdAt": "2021-01-01T00:00:00+00:00", "updatedAt": "2021-01-01T00:00:00+00:00" } ], "meta": { "pagination": { "totalItems": 123, "itemsPerPage": 123, "currentPage": 123, "lastPage": 123, "pageTotalItems": 123 } } }
Get a collection of product families
product-family:read
Value for the Authorization header parameter.
The collection page number
The number of items per page
0 <= x <= 100
ProductFamily collection
Show child attributes
Was this page helpful?