> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wepayout.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Resend Authorization Webhook

> Resend a webhook for an authorization history

## Path Parameters

<ParamField path="id" type="integer" required>
  The ID of the authorization history.
</ParamField>

## Response

<ResponseField name="message" type="string">
  Success message
</ResponseField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "message": "webhook resent successfully"
  }
  ```
</ResponseExample>
