Webhooks provide the ability to receive real-time data updates about various Lia events. We send a snapshot of the entity that changed to the provided endpoint.
Webhook schema
Field
Description
Type
id
Unique identifier (UUID)
String
name
The name of your product
String
url
Webhook’s url
String
entity
Entity for the webhook
String
events
Entity’s event for the webhook
Array
verb
Http verb used in request
String
created_at
Indicates when the record was created in iso8601
String
updated_at
Indicates when the record was last updated in iso8601