post https://api.tilby.com/v2/promotions
Returns a Json with data about promotion created
Log in to see full request history
Responses
404Not found
422Error
500Error
Returns a Json with data about promotion created
404Not found
422Error
500Error
xxxxxxxxxx
10curl --request POST \
--url https://api.tilby.com/v2/promotions \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"active": true,
"quantity_threshold": 1
}
'
Try It!
to start a request and see the response here! Or choose an example: