Skip to content
V2 (Legacy) API ReferenceGet started

Events

client.webhooks.events(RequestOptionsoptions?): void
Function

Events

import LinqAPIV3 from '@linqapp/sdk';

const client = new LinqAPIV3({
  apiKey: process.env['LINQ_API_V3_API_KEY'], // This is the default and can be omitted
});

await client.webhooks.events();
Returns Examples