/** * @example * { * identifiers: ["https://www.pinnacle.sh/payment", "+14155678901", "https://www.pinnacle.sh/sms-callback", "+14153456659"] * } */ export interface GetWebhookParams { /** * List of URLs or phone numbers in E.164 format that the webhook is attached to.

* **Limit:** 1 min */ identifiers: string[]; }