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"
}

Changes

No recorded changes to this endpoint across all 3 revisions of this API.