v1

latestOpenAPI 3.1.0AGPLv32026-07-26168262527.5 KB
webhook_endpoints

Retrieve a webhook endpoint

This endpoint is used to retrieve an existing webhook endpoint.

get/webhook_endpoints/{lago_id}

Response

WebhookEndpoint

Example response

{
  "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",
    "name": "EC2-production",
    "event_types": [
      "invoice.voided",
      "customer.created"
    ],
    "created_at": "2022-04-29T08:59:51Z"
  }
}