...

Atrribute

Description

Id

Webhook ID.

ApplicationId

Internal ID that identifies you in Ondato system.

CreatedUtc

Date and time when webhook was generated.

DeliveredUtc

Date and time when webhook was delivered.

IsDelivered

Status of the webhook if it was delivered or not. Possible values are true/ false.

Payload

Depending on the webhpook type attribute, the payload always returns the same information you could obtain from the GET endpoint of the recourse. E.g. of the webhook type is KycIdentification.<<any event>> then payload will contain information you could retrieve from KYC

Type

Type of the webook. It contains of two parts:

  • Recourse, e.g. KycIdentification.

  • Event, e.g. Created.

...