Unwrap
client.webhooks.unwrap(RequestOptionsoptions?): void
Function
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.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.unwrap();