v1

latestOpenAPI 3.1.0AGPLv32026-07-26168262527.5 KB
webhook_endpoints

List all webhook endpoints

This endpoint is used to list all webhook endpoints.

get/webhook_endpoints

Query parameters

pageinteger
Example:1

Page number.

per_pageinteger
Example:20

Number of records per page.

Response

WebhookEndpoints

Example response

{
  "webhook_endpoints": [
    {
      "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"
    }
  ],
  "meta": {
    "current_page": 2,
    "next_page": 3,
    "prev_page": 1,
    "total_pages": 4,
    "total_count": 70
  }
}