New Webhook Event (DSP –> Stream via Webhook)
You will have to call this endpoint from your system. This is how you will notify Stream about events that happen in your system.
post/order/{partner_id}
Path parameters
partner_idstring required
Request body
Example request
{
"order": {
"items": [
{
"modifiers": [
{
"currency": "usd"
}
]
}
]
}
}Changes
Changed in 2 of the 3 revisions of this API.12
- ●
deleted the
headerrequest parameterStream-Webhook-Signaturerequest-parameter-removed
- ○
the endpoint scheme security
webhookHmacwas added to the APIapi-security-added
- ●
- ○
endpoint added
endpoint-added
- ○