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
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>"
}
}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.
"0"
A list of webhooks
Show child attributes
1counterparty.active, counterparty.compliance_rejected, counterparty.deleted, counterparty.in_compliance_review, customer.active, customer.in_compliance_review, customer.compliance_rejected, customer.created, customer.kyb_in_progress, customer.kyb_expired, customer.kyb_missing_information, customer.account_onboarding_pending, transaction.initializing, transaction.created, transaction.compliance_approved, transaction.compliance_rejected, transaction.completed, transaction.awaiting_funds, transaction.funds_received, transaction.cancelled, transaction.in_compliance_review, transaction.awaiting_compliance_review, transaction.processing_withdrawal, transaction.withdrawal_processed, transaction.processing_settlement, transaction.settlement_processed, transaction.processing_payment, transaction.payment_processed enabled, disabled A valid Webhook ID
"whk_2ofTA13AD0xBtbEvBl20aEb1hEu"
A valid Client ID
"client_2ofTA13AD0xBtbEvBl20aEb1hEu"