cURL
curl --request GET \ --url https://api.daimo.com/v1/webhooks \ --header 'Authorization: Bearer <token>'
{ "webhooks": [ { "id": "<string>", "url": "<string>", "events": [ "session.succeeded" ], "description": "<string>", "secret": "<string>", "createdAt": 1700000000 } ] }
Lists all active webhook endpoints for the authenticated organization. Secrets are redacted.
API key passed as a Bearer token
Webhook endpoints
Show child attributes