Changelog

New updates and improvements to Lago.

Webhook signatures

When creating a webhook endpoint through the user interface or the API, you can choose between:

  • The original <text-code>JWT<text-code> signature; and
  • The new <text-code>HMAC<text-code> signature, which includes a shorter header.

Please refer to the guide to find out how to verify the webhook signatures.

Learn more

Webhook signatures