ruby -rsecurerandom -e 'puts SecureRandom.hex(20)'
, for example. If you choose to use a secret, we will calculate a sha256 hash using your secret and set it in the HTTP_X_SIBI_SIGNATURE_256
http header sent with the webhook. For an example of how to verify this hash see below.
topic
header that can be used to route the request without parsing the body. The body of all webhook requests will have the following format:
order.created
- Order dataorder.updated
- Order dataorder.exception.created
- Order exception dataasset.created
- Asset dataasset.updated
- Asset datainvoice.created
- Invoice dataoffer.updated
- Offer data