cURL
curl --request GET \ --url https://api.daimo.com/v1/webhooks/{webhookId} \ --header 'Authorization: Bearer <token>'
{ "webhook": { "id": "<string>", "url": "<string>", "events": [ "session.succeeded" ], "description": "<string>", "secret": "<string>", "createdAt": 1700000000 } }
Retrieves a single webhook endpoint by ID. Secret is redacted.
API key passed as a Bearer token
Webhook endpoint ID
"02ab4563-07ee-4373-8472-9c7dc1027409"
Webhook endpoint
Show child attributes