Webhooks

Deregister an existing webhook for a user

Deregister an existing webhook for a user

delete/webhook

Response

Webhook details

emailstring required

Users Email

urlstring nullable

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.