v1

latestOpenAPI 3.1.02026-08-043160244.3 KB
Webhooks

Register a url to a user for webhook notifications

Register a url to a user for webhook notifications

post/webhook

Request body

urlstring required

Webhook URL

Example request

{
  "url": "https://example.com/webhook"
}

Response

Webhook details

emailstring required

Email

urlstring required

Webhook URL

Example response

{
  "email": "example@treasuryspring.com",
  "url": "https://example.com/webhook"
}