Skip to content
Get started

Unwrap

webhooks.unwrap()
Function

Unwrap

import os
from linq import LinqAPIV3

client = LinqAPIV3(
    api_key=os.environ.get("LINQ_API_V3_API_KEY"),  # This is the default and can be omitted
)
client.webhooks.unwrap()
Returns Examples