Skip to main content
GET
/
v1
/
webhooks
/
{webhookId}
Retrieve webhook endpoint
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
  }
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token

Path Parameters

webhookId
string
required

Webhook endpoint ID

Example:

"02ab4563-07ee-4373-8472-9c7dc1027409"

Response

Webhook endpoint

webhook
object
required