POST
request
to the specified URL every time that event occurs. Some webhook events may have
a cool-down period, which will be indicated on their documentation page.
id
field in
the webhook request body.JSON
object containing webhook metadata and
the event-specific payload.
ISO 8601
timestamp representing the date this webhook was sent. This
may be different from the date the event occurredx-loyaltylion-hmac-sha256
header, which is a base64 encoded sha256 HMAC of the raw JSON request body and the relevant secret key:
200
status code within 5 seconds.
When we see a response status outside the 2xx range, or a response isn’t
received within the 5s timeout, that delivery is considered failed.