POST
/
products

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-05-09

Body

application/json
name
string
required

Name of the Product, this appears within Sequence's dashboard.

label
string

The internal description of the product. This can be used to maintain some explanation or comments regarding the product.

Response

201 - application/json
id
string
required

Product ID

name
string
required

Name of the Product, this appears within Sequence's dashboard.

label
string

The internal description of the product. This can be used to maintain some explanation or comments regarding the product.

createdAt
string
required

Time at which the Product was first created, in ISO 8601 format (UTC). This is set by the server and cannot be changed. Expect millisecond precision.

updatedAt
string
required

Time at which the Product was last updated, in ISO 8601 format (UTC). Expect millisecond precision.