{
"id": "<string>",
"type": "offer.created",
"sequence": 0,
"occurred_at": "2023-11-07T05:31:56Z",
"api_version": "<string>",
"data": {},
"actor": {
"id": "<string>",
"client_id": "<string>"
}
}Offercreated
A buyer made an offer on a deal. Delivery is at least once and in no fixed order.
{
"id": "<string>",
"type": "offer.created",
"sequence": 0,
"occurred_at": "2023-11-07T05:31:56Z",
"api_version": "<string>",
"data": {},
"actor": {
"id": "<string>",
"client_id": "<string>"
}
}Headers
The event id, evt_. It is the same on every try, so it is your dedupe key.
The send time in seconds. Refuse a delivery older than five minutes.
The HMAC-SHA256 signature of the id, the timestamp and the body, with the signing secret of the endpoint.
Body
The event id, evt_. It is the dedupe key of a consumer.
The event type, for example offer.created.
"offer.created"The position of the event in the feed of this side.
-9007199254740991 <= x <= 9007199254740991When the write that caused the event committed.
^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))T(?:(?:[01]\d|2[0-3]):[0-5]\d(?::[0-5]\d(?:\.\d+)?)?(?:Z))$The contract version the data member is rendered at.
The snapshot of the resource this event is about. A seller-side event names deal_id and the id of its resource. A buyer block follows the BuyerStub shape, and its contact members ride only for a reader who holds the right. A delivery past the daily contact budget carries no contact members, and data.contact.status is budget_reached.
Show child attributes
Show child attributes
Who caused the event.
Show child attributes
Show child attributes
Response
Your endpoint answers a 2xx status inside 15 seconds. Every other answer counts as a failed try.
Was this page helpful?