GET
/
product-families
/
{id}
curl -X GET \
 /product-families/{id} \
 --header "Authorization: Bearer <token>"
{
  "id": "ad8b3b9e-5b0a-4e1a-8b0a-4e1a8b0a4e1a",
  "name": "Team Packages",
  "products": [
    "https://example.com/"
  ],
  "createdAt": "2021-01-01T00:00:00+00:00",
  "updatedAt": "2021-01-01T00:00:00+00:00"
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

ProductFamily identifier

Response

200
application/json
ProductFamily resource
name
string
required
Maximum length: 255
id
string
products
string[]
createdAt
string

The date and time when the resource was created.

updatedAt
string

The date and time when the resource was last updated.