Skip to main content

GET /webhooks/endpoints

Returns all webhook endpoints for your account.

Authentication

JWT (Dashboard)

Response

{
  "success": true,
  "data": {
    "endpoints": [
      {
        "id": "550e8400-e29b-41d4-a716-446655440000",
        "url": "https://yourapp.com/webhooks",
        "events": ["email.delivered", "email.bounced"],
        "active": true,
        "created_at": "2026-03-07T12:00:00Z"
      }
    ]
  }
}
The webhook secret is not returned in list responses. It’s only shown once at creation.