List all Webhooks
curl https://finix.sandbox-payments-api.com/webhooks/ \
-H "Content-Type: application/vnd.json+api" \
-u USsRhsHYZGBPnQw8CByJyEQW:8a14c2f9-d94b-4c72-8f5c-a62908e5b30e
Example Response:
{
"_embedded" : {
"webhooks" : [ {
"id" : "WHED2RM5dbNKcHYc3ALxhbW",
"url" : "https://eohzjuj2prziycz.m.pipedream.net",
"enabled" : true,
"application" : "APgPDQrLD52TYvqazjHJJchM",
"created_at" : "2022-01-27T07:36:50.79Z",
"updated_at" : "2022-01-27T07:36:51.30Z",
"_links" : {
"self" : {
"href" : "https://finix.sandbox-payments-api.com/webhooks/WHED2RM5dbNKcHYc3ALxhbW"
},
"application" : {
"href" : "https://finix.sandbox-payments-api.com/applications/APgPDQrLD52TYvqazjHJJchM"
}
}
} ]
},
"_links" : {
"self" : {
"href" : "https://finix.sandbox-payments-api.com/webhooks?offset=0&limit=20&sort=created_at,desc&sort=id,desc"
}
},
"page" : {
"offset" : 0,
"limit" : 20,
"count" : 1
}
}
HTTP Request
GET https://finix.sandbox-payments-api.com/webhooks