cURL
curl --request GET \ --url https://api.rootfi.dev/v3/core/webhooks \ --header 'api_key: <api-key>'
{ "data": [ { "id": "THBROZzWGuL3b8qEEdBF", "headers": { "api_key": "fhsjd" }, "operations": [ "CREATE" ], "data_models": [ "ACCOUNTS" ], "name": "webhook 1", "created_at": "2024-04-15T04:52:25.309Z", "type": "CONNECTION_CHANGED", "url": "https://webhook.site/eec24873-a381-4694-b684-a1d77d9e0697" } ] }
Retrieve all webhooks from the database.
The data of the webhooks endpoint
Show child attributes