Resource eventCopy Pagewbhk resourceEventResource event delivered as a webhook request.PayloadResource event webhook payload.resourcestringrequiredResource name.eventobjectrequiredA resource event.event objectentityobjectrequiredA snapshot of the resource entity, after the event / changes impacted the entity.entity objectapiVersionintegerrequiredAtlar API (major) version. This toghether with the resource dictates the structure of entity.HeadersWebhook-SignaturestringAtlar Webhook request signature. Purpose: Makes it possible for your app to verify that the webhook was sent from Atlar (authenticity), and that the message hasn't been altered (integrity). See details at https://docs.atlar.com/v2.0/docs/webhooks#webhook-securityWebhook-Request-Timestampdate-timeA timestamp specifying when the HTTP request was sent (by Atlar). Purpose: Used to mitigate replay attacks. See details at https://docs.atlar.com/v2.0/docs/webhooks#webhook-securityResponse 200Return a 200 OK status to indicate that the data was received and processed successfully.Updated 4 days ago