v1
latestOpenAPI 3.1.02026-08-043160244.3 KBWebhooks
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"
}