curl https://api.agentcard.sh/api/v2/webhook_endpoints/we_7h2k9p4m \
-H "Authorization: Bearer $ORG_TOKEN"
{
"id": "we_7h2k9p4m",
"object": "webhook_endpoint",
"url": "https://your.app/agentcard/webhooks",
"enabled_events": ["vault.card_stored", "checkout_authorization.*"],
"status": "active",
"description": "Production checkout events",
"created_at": "2026-09-07T17:00:00Z"
}
Webhook endpoints
Get a webhook endpoint
One endpoint, without its secret.
GET
/
api
/
v2
/
webhook_endpoints
/
{id}
curl https://api.agentcard.sh/api/v2/webhook_endpoints/we_7h2k9p4m \
-H "Authorization: Bearer $ORG_TOKEN"
{
"id": "we_7h2k9p4m",
"object": "webhook_endpoint",
"url": "https://your.app/agentcard/webhooks",
"enabled_events": ["vault.card_stored", "checkout_authorization.*"],
"status": "active",
"description": "Production checkout events",
"created_at": "2026-09-07T17:00:00Z"
}
string
required
The endpoint id.
curl https://api.agentcard.sh/api/v2/webhook_endpoints/we_7h2k9p4m \
-H "Authorization: Bearer $ORG_TOKEN"
{
"id": "we_7h2k9p4m",
"object": "webhook_endpoint",
"url": "https://your.app/agentcard/webhooks",
"enabled_events": ["vault.card_stored", "checkout_authorization.*"],
"status": "active",
"description": "Production checkout events",
"created_at": "2026-09-07T17:00:00Z"
}