POST
/
webhooks

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

epoch
integer
required

Unix epoch timestamp

checksum
string
required

Refer to checksum calculation

Body

application/json
name
string
required
callback_url
string
required
email
string
required
event_hooks
enum<string>[]
required

List of events to trigger webhook callbacks for.

Available options:
bank_account_status,
budget_allocation_status,
send_instruction_status

Response

200 - application/json
id
integer
name
string
public_key
string

PEM-encoded RSA public key for authenticating webhook or callback payloads

callback_url
string
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