Webhooks
Create a webhook
Create a webhook using the values provided in the parameters.
POST
/
webhooks
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
Body
application/json
This is webhook schema
name
string
requiredcallback_url
string
requiredMaximum length:
500
email
string
requiredevent_hooks
enum<string>[]
requiredList of events to trigger webhook callbacks for.
Available options:
bank_account_status
, budget_allocation_status
, send_instruction_status
Response
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