Skip to content
Get started

Unsafe Unwrap

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

Unsafe Unwrap

import Avara from 'avara';

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

await client.webhooks.unsafeUnwrap();
Returns Examples