Skip to main content
POST
Create a treasury webhook endpoint (signing secret returned once)

Authorizations

Authorization
string
header
required

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

Body

application/json
url
string
required
Example:

"https://example.com/hooks/axra"

events
string[]
required

Event types to receive, or ["*"] for all supported events.

Example:
description
string
apiVersion
string

Optional API version pin for this endpoint

Response

Webhook endpoint created

success
boolean
required
Example:

true

data
object
required