Webhooks
Update a webhook
Update the specified webhook using the values provided in the parameters.
PATCH
/
webhooks
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
epoch
integer
requiredUnix epoch timestamp
checksum
string
requiredRefer to checksum calculation
Path Parameters
id
integer
requiredQuery Parameters
name
string
requiredResponse
200 - application/json
This is webhook schema
id
integer
name
string
public_key
string
PEM-encoded RSA public key for authenticating webhook or callback payloads
callback_url
string
Maximum length:
500
email
string
event_hooks
enum<string>[]
List of events to trigger webhook callbacks for.
Available options:
bank_account_status
, budget_allocation_status
, send_instruction_status
created_at
string
Object creation time in UTC
updated_at
string
Object creation time in UTC