GET
/
products
/
{id}
curl --request GET \
  --url https://eu.sequencehq.com/api/products/{id} \
  --header 'Authorization: <authorization>'
{
  "id": "994d23f7-47b6-43ee-af6b-cd27181196b6",
  "name": "Fixed priced product",
  "label": "Fixed priced product - UK",
  "createdAt": "2022-06-28T16:47:00Z",
  "updatedAt": "2022-06-28T16:47:00Z"
}

Headers

Authorization
string
required

Your API credentials. Eg. Basic {credentials}.

Sequence-Version
enum<string>

Use this header to select an API version

Available options:
2024-07-30

Path Parameters

id
string
required

Unique Product ID

Response

200
application/json

OK

The response is of type object.