list webhook
Deprecated
GET
/api/v1/webhooks
pay2m-apiprovider-api
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/webhooks'
Response Response Example
200 - Success
{
"url": "https://localhost:3333/pay2m/webhook/payment-notification",
"authorization": "PAY2M"
}
Request
None