cURL
curl --request GET \ --url https://api.conduit.financial/webhooks \ --header 'X-API-Key: <api-key>' \ --header 'X-API-Secret: <api-key>'
{ "data": [ { "url": "<string>", "events": [ "counterparty.active" ], "status": "enabled", "id": "whk_2ofTA13AD0xBtbEvBl20aEb1hEu", "organizationId": "client_2ofTA13AD0xBtbEvBl20aEb1hEu", "secret": "<string>" } ], "links": { "self": "<string>", "next": "<string>" } }
List all webhooks
Includes an API key in the HTTP headers to authenticate the client.
Includes an API secret in the HTTP headers to authenticate the client.
The number of items to return per page.
"0"
The page number to return.
A list of webhooks
Show child attributes