curl -X GET 'https://crypto-api.yativo.com/api/webhook/wbh_01HX9KZMB3F7VNQP8R2WDGT4ET' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"status": "success",
"message": "Webhook retrieved successfully",
"data": {
"webhook_id": "wbh_01HX9KZMB3F7VNQP8R2WDGT4ET",
"url": "https://your-app.com/webhooks/yativo",
"events": ["transaction.confirmed", "transaction.failed", "swap.completed"],
"description": "Production webhook for transaction events",
"status": "active",
"last_triggered_at": "2026-03-25T15:30:00Z",
"created_at": "2026-03-26T12:00:00Z"
}
}
Retrieve details of a specific webhook by its ID
curl -X GET 'https://crypto-api.yativo.com/api/webhook/wbh_01HX9KZMB3F7VNQP8R2WDGT4ET' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"status": "success",
"message": "Webhook retrieved successfully",
"data": {
"webhook_id": "wbh_01HX9KZMB3F7VNQP8R2WDGT4ET",
"url": "https://your-app.com/webhooks/yativo",
"events": ["transaction.confirmed", "transaction.failed", "swap.completed"],
"description": "Production webhook for transaction events",
"status": "active",
"last_triggered_at": "2026-03-25T15:30:00Z",
"created_at": "2026-03-26T12:00:00Z"
}
}
Bearer YOUR_ACCESS_TOKENcurl -X GET 'https://crypto-api.yativo.com/api/webhook/wbh_01HX9KZMB3F7VNQP8R2WDGT4ET' \
-H 'Authorization: Bearer YOUR_ACCESS_TOKEN'
{
"status": "success",
"message": "Webhook retrieved successfully",
"data": {
"webhook_id": "wbh_01HX9KZMB3F7VNQP8R2WDGT4ET",
"url": "https://your-app.com/webhooks/yativo",
"events": ["transaction.confirmed", "transaction.failed", "swap.completed"],
"description": "Production webhook for transaction events",
"status": "active",
"last_triggered_at": "2026-03-25T15:30:00Z",
"created_at": "2026-03-26T12:00:00Z"
}
}