Webhooks
Register a url to a user for webhook notifications
Register a url to a user for webhook notifications
post/webhook
Request body
Example request
{
"url": "https://example.com/webhook"
}Response
Webhook details
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.