Skip to main content
GET
/
v1
/
webhooks
List webhook endpoints
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
    }
  ]
}

Authorizations

Authorization
string
header
required

API key passed as a Bearer token

Response

Webhook endpoints

webhooks
object[]
required