Skip to content
Get started

Unwrap

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

Unwrap

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.unwrap();
Returns Examples