Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 1.11 KB

WebhookEndpointObject.md

File metadata and controls

26 lines (14 loc) · 1.11 KB

WebhookEndpointObject

Properties

Name Type Description Notes
lagoId UUID Unique identifier assigned to the wallet 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.
lagoOrganizationId UUID Unique identifier assigned to the organization attached to the webhook endpoint 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.
webhookUrl String The name of the wallet.
signatureAlgo SignatureAlgoEnum The signature algo for the webhook. [optional]
createdAt OffsetDateTime The date of the webhook endpoint creation, represented in ISO 8601 datetime format and expressed in Coordinated Universal Time (UTC).

Enum: SignatureAlgoEnum

Name Value
JWT "jwt"
HMAC "hmac"