---
page_source: https://juspay.io/in/docs/lotuspay/web/core-resources/request-reposting-of-an-event-webhook
page_title: Request re-posting of an event webhook
---

## API Version: default


# **Request re-posting of an event webhook** 



Retries sending of an event webhook post from LotusPay to your webhook URL. Useful if you missed a webhook. Supply the unique identifier of the event.

**ARGUMENTS** 


| Argument | Description |
|---|---|
| event REQUIRED	 | The identifier of the event to be retrieved. |


**Returns**  Returns a success message if a valid identifier was provided.## Endpoints:
- Sandbox: https://api-test.lotuspay.com/v1/events/{ID}/webhook

- Production: https://api.lotuspay.com/v1/events/{ID}/webhook

## Request Type: 
POST

## Content-Type: 
application/json

## Authorization:

#### Basic Auth:
Auth example
- Value:  sk_test_XjIHowXWSI23uvjepz2X82
## Sample Code Snippets:
### Sample Request and Response:

#### Request:
```Shell
{"success":false,"message":"No Data found for the given path"}
```

#### Response:
```text
{"success":false,"message":"No Data found for the given path"}
```

## API Responses:
