Like a blockchain, Asset Register is event driven and therefore subscribers must be given real time feedback on what is happening so they can react to them.
API_KEY
set in the headers, ensuring the origination of the request.
If an event delivery to a webhook endpoint is attempted and an error occurs, the following takes place:
Retry-After
to determine how long to wait before making a follow-up request. We then choose the more conservative value between the defined retry policy and the Retry-After
header. If Retry-After
value is negative, the event will not be retried.
retries
property determines the number of times the webhook endpoint will be retried before stopping. The maximum allowable number of retries is set at 20.
The webhookId
from the response should be used whencreating-a-subscription.
webhookEndpoint
webhookEndpoints
webhookSubscription
webhookSubscriptions