This endpoint fetches all available events for webhooks
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://uat-lb.simplifipay.com/v1/webhook/events' \
--header'requestUuid;'
Response Response Example
{"eventType":"CARD_ACTIVATION"}
Request
Authorization
JWT
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
or
Header Params
requestUuid
stringÂ
required
A unique id is required to be passed as part of the header whenever a SimpliFi API is called from your system. This would help us in debugging in case of a discrepancy in the expected behavior of the API.