{
  "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

webhook_endpoint
object
lago_id
string
required

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.

lago_organization_id
string
required

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.

webhook_url
string
required

The URL endpoint utilized for capturing Lago activity and events.

signature_algo
string
required

The signature type employed for the webhook endpoint. Options are either jwt or hmac. If unspecified, the default value is jwt.

created_at
string
required

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.