cURL
curl --request PATCH \ --url https://api.sandbox.finsei.com/v2/webhook \ --header 'Content-Type: application/json' \ --data ' { "url": "https://api.site.com/webhook", "enable": true, "rateLimit": 300, "events": [ "v1.payment.create" ] } '
{ "name": "Bad Request", "message": "<string>", "status": 400 }
"https://api.site.com/webhook"
Request per second
x >= 1
300
List event.id from /v2/webhook/event
OK