cURL
curl --request POST \ --url https://eu.sequencehq.com/api/products \ --header 'Authorization: <authorization>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Fixed priced product", "label": "Fixed priced product - UK" }'
{ "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" }
Create a new Product
Your API credentials. Eg. Basic {credentials}.
Basic {credentials}
Use this header to select an API version
2024-07-30
Created
The response is of type object.
object