Resource event

Resource event delivered as a webhook request.

Payload

Resource event webhook payload.

string
required

Resource name.

event
object
required

A resource event.

entity
object
required

A snapshot of the resource entity, after the event / changes impacted the entity.

integer
required

Atlar API (major) version. This toghether with the resource dictates the structure of entity.

Headers
string

Atlar 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-security

date-time

A 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-security

Response
200

Return a 200 OK status to indicate that the data was received and processed successfully.

LoadingLoading…