cURL
curl --request GET \ --url https://api.sandbox.finsei.com/v2/webhook \ --header 'Authorization: Bearer <token>'
{ "url": "<string>", "enable": true, "rateLimit": 300, "events": [ "v1.payment.create" ], "createdAt": 123, "updatedAt": 123, "publicJwk": { "kty": "<string>", "alg": "<string>", "e": "<string>", "n": "<string>" } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
true
x >= 1
300
List event.id from /v2/webhook/event
Show child attributes