Skip to main content
GET
/
webhook_endpoints
/
events
Typescript (SDK)
import { Crevio } from "@crevio/sdk";

const crevio = new Crevio({
  apiKey: process.env["CREVIO_API_KEY"] ?? "",
});

async function run() {
  const result = await crevio.webhookEndpoints.listEvents();

  console.log(result);
}

run();
[
  "<string>"
]

Authorizations

Authorization
string
header
required

API key in the format: Bearer {api_token}

Response

List of event types