v1
latestOpenAPI 3.0.22026-08-061303782.1 MBWebhooks
Fetch a Webhook
Retrieve the details of an existing Webhook.
get/webhooks/{webhook_id}
Headers
Finix-Versionstring
Example:2022-02-01
Specify the API version of your request. For more details, see Versioning.
Response
A single Webhook
Example response
{
"enabled_events": [
{
"entity": "transfer",
"types": [
"created"
]
}
]
}