Skip to main content
GET
/
webhooks
/
{id}
Get webhook
curl --request GET \
  --url https://api.conduit.financial/webhooks/{id} \
  --header 'X-API-Key: <api-key>' \
  --header 'X-API-Secret: <api-key>'
{
  "url": "<string>",
  "events": [
    "counterparty.active"
  ],
  "status": "enabled",
  "id": "whk_2ofTA13AD0xBtbEvBl20aEb1hEu",
  "organizationId": "client_2ofTA13AD0xBtbEvBl20aEb1hEu",
  "secret": "<string>"
}

Authorizations

X-API-Key
string
header
required

Includes an API key in the HTTP headers to authenticate the client.

X-API-Secret
string
header
required

Includes an API secret in the HTTP headers to authenticate the client.

Path Parameters

id
string
required

Webhook ID

Response

The retrieved webhook

url
string<uri>
required
events
enum<string>[]
required
Minimum array length: 1
Available options:
counterparty.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
status
enum<string>
required
Available options:
enabled,
disabled
id
string
required

A valid Webhook ID

Example:

"whk_2ofTA13AD0xBtbEvBl20aEb1hEu"

organizationId
string

A valid Client ID

Example:

"client_2ofTA13AD0xBtbEvBl20aEb1hEu"

secret
string