The webhook endpoint object
{
"webhook_endpoint": {
"lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"lago_organization_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"webhook_url": "https://foo.bar",
"signature_algo": "hmac",
"created_at": "2022-04-29T08:59:51Z"
}
}
Attributes
Unique identifier assigned to the webhook endpoint within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the webhook endpoint’s record within the Lago system.
Unique identifier assigned to the organization within the Lago application. This ID is exclusively created by Lago and serves as a unique identifier for the organization’s record within the Lago system.
The URL endpoint utilized for capturing Lago activity and events.
The signature type employed for the webhook endpoint. Options are either jwt
or hmac
. If unspecified, the default value is jwt
.
The date and time when the webhook endpoint was created. It is expressed in UTC format according to the ISO 8601 datetime standard. This field provides the timestamp for the exact moment when the webhook endpoint was initially created.
Was this page helpful?
{
"webhook_endpoint": {
"lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"lago_organization_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"webhook_url": "https://foo.bar",
"signature_algo": "hmac",
"created_at": "2022-04-29T08:59:51Z"
}
}