Skip to content
Get started

Unsafe Unwrap

webhooks.unsafe_unwrap()
Function

Unsafe Unwrap

import os
from avara import Avara

client = Avara(
    api_key=os.environ.get("AVARA_API_KEY"),  # This is the default and can be omitted
)
client.webhooks.unsafe_unwrap()
Returns Examples