Skip to main content
GET
/
v2
/
webhook
/
event
cURL
curl --request GET \
  --url https://api.sandbox.finsei.com/v2/webhook/event \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "v1.payment.create",
    "deprecated": false
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
iterator
string

Response

OK

id
string
required
Example:

"v1.payment.create"

deprecated
boolean
required
Example:

false