Products
Create a new Product
Create a new Product
POST
/
products
Headers
Authorization
string
requiredYour API credentials. Eg. Basic {credentials}
.
Sequence-Version
enum<string>
Use this header to select an API version
Available options:
2024-07-30
Body
application/json
name
string
requiredName 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
requiredProduct ID
name
string
requiredName 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
requiredTime 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
requiredTime at which the Product was last updated, in ISO 8601 format (UTC). Expect millisecond precision.